Html Css Color HEX #34B24C Chateau Green

📋 copy color: '#34B24C'

red 52 ◦ green 178 ◦ blue 76

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

Shades of Chateau Green #34B24C

Tints of Chateau Green #34B24C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.17%

 BLUE value IS 76 (30.08% from 255) = 24.84%

R = 16.99%
G = 58.17%
B = 24.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#34B24C (or 0x34B24C) is known color: Chateau Green. HEX triplet: 34, B2 and 4C. RGB value is (52,178,76). Sum of RGB (Red+Green+Blue) = 52+178+76=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #34B24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B24C is #CB4DB3. Grayscale: #808080. Windows color (decimal): -13323700 or 5026356. OLE color: 5026356.

HSL color Cylindrical-coordinate representation of color #34B24C: hue angle of 131.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B24C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 178 76 -
CMYK 0.71 0 0.57 0.30
HSL 131.43º 0.55% 0.45% -
HSV(B) 131.43º 0.71% 0.7% -
XYZ 18.64 33.09 12.24 -
YUV 128.7 98.26 73.29 -
System Red Green Blue C M Y K H S L
Decimal 52 178 76 0.71 0 0.57 0.30 131.43 0.55 0.45
Hex 34 B2 4C 47 0 39 1E 83 37 2D
Octal 64 262 114 107 0 71 36 203 67 55
Binary 110100 10110010 1001100 1000111 0 111001 11110 10000011 110111 101101

Color Harmonies of #34B24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B24C

Black with #34B24C

Text Example


Text Example

White with #34B24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,178,76); }

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

background-color css

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

 a { background-color: rgb(52,178,76); }

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

border-color css

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

 span { border-color: rgb(52,178,76); }

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