Html Css Color HEX #34BA4F Chateau Green

📋 copy color: '#34BA4F'

red 52 ◦ green 186 ◦ blue 79

#34BA4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #34BA4F

Tints of Chateau Green #34BA4F

RGB

 RED value IS 52 (20.7% from 255) = 16.4%

 GREEN value IS 186 (73.05% from 255) = 58.68%

 BLUE value IS 79 (31.25% from 255) = 24.92%

R = 16.4%
G = 58.68%
B = 24.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#34BA4F (or 0x34BA4F) is known color: Chateau Green. HEX triplet: 34, BA and 4F. RGB value is (52,186,79). Sum of RGB (Red+Green+Blue) = 52+186+79=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BA4F is #CB45B0. Grayscale: #868686. Windows color (decimal): -13321649 or 5225012. OLE color: 5225012.

HSL color Cylindrical-coordinate representation of color #34BA4F: hue angle of 132.09º 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 #34BA4F is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 79 -
CMYK 0.72 0 0.58 0.27
HSL 132.09º 0.56% 0.47% -
HSV(B) 132.09º 0.72% 0.73% -
XYZ 20.39 36.41 13.35 -
YUV 133.74 97.11 69.7 -
System Red Green Blue C M Y K H S L
Decimal 52 186 79 0.72 0 0.58 0.27 132.09 0.56 0.47
Hex 34 BA 4F 48 0 3A 1B 84 38 2F
Octal 64 272 117 110 0 72 33 204 70 57
Binary 110100 10111010 1001111 1001000 0 111010 11011 10000100 111000 101111

Color Harmonies of #34BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA4F

Black with #34BA4F

Text Example


Text Example

White with #34BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34BA4F;
 }
 .AnyTagClassName
 {
   color: #34BA4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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