#34BA4B

Color #34BA4B Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #34BA4B

Tints of Chateau Green #34BA4B

Color information

#34BA4B (or 0x34BA4B) is unknown color: approx Chateau Green. HEX triplet: 34, BA and 4B. RGB value is (52,186,75). Sum of RGB (Red+Green+Blue) = 52+186+75=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA4B is #CB45B4. Grayscale: #858585. Windows color (decimal): -13321653 or 4962868. OLE color: 4962868.

HSL color Cylindrical-coordinate representation of color #34BA4B: hue angle of 130.3º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA4B is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB5218675-
CMYK0.7200.600.27
HSL130.3º56.3%46.67%-
HSV(B)130.3º72.04%72.94%-
XYZ20.2536.3612.61-
YUV133.2895.1170.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 186 (73.05% from 255) = 59.42%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=16.61%
G=59.42%
B=23.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52186750.7200.600.27130.356.346.67
Hex34BA4B4803C1B82382f
Octal64272113110074332027057
Binary110100101110101001011100100001111001101110000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34BA4B; }

 p { color: rgb(52,186,75); }

 H1.HeaderClassName
 {
   color: #34BA4B;
 }
 .AnyTagClassName
 {
   color: #34BA4B;
 }
</style>
background-color css

<style>
 a { background-color: #34BA4B; }

 a { background-color: rgb(52,186,75); }

 div.DivClassName
 {
   background-color: #34BA4B;
 }
 .BgClassName
 {
   background-color: #34BA4B;
 }
</style>
border-color css

<style>
 span { border-color: #34BA4B; }

 span { border-color: rgb(52,186,75); }

 td.TdClassName
 {
   border-color: #34BA4B;
 }
 .TagClassName
 {
   border-color: #34BA4B;
 }
</style>