Html Css Color HEX #34B249 Chateau Green

📋 copy color: '#34B249'

red 52 ◦ green 178 ◦ blue 73

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

Shades of Chateau Green #34B249

Tints of Chateau Green #34B249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 17.16%
G = 58.75%
B = 24.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#34B249 (or 0x34B249) is known color: Chateau Green. HEX triplet: 34, B2 and 49. RGB value is (52,178,73). Sum of RGB (Red+Green+Blue) = 52+178+73=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #34B249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B249 is #CB4DB6. Grayscale: #808080. Windows color (decimal): -13323703 or 4829748. OLE color: 4829748.

HSL color Cylindrical-coordinate representation of color #34B249: hue angle of 130º 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 #34B249 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 178 73 -
CMYK 0.71 0 0.59 0.30
HSL 130º 0.55% 0.45% -
HSV(B) 130º 0.71% 0.7% -
XYZ 18.54 33.05 11.71 -
YUV 128.36 96.76 73.54 -
System Red Green Blue C M Y K H S L
Decimal 52 178 73 0.71 0 0.59 0.30 130 0.55 0.45
Hex 34 B2 49 47 0 3B 1E 82 37 2D
Octal 64 262 111 107 0 73 36 202 67 55
Binary 110100 10110010 1001001 1000111 0 111011 11110 10000010 110111 101101

Color Harmonies of #34B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B249

Black with #34B249

Text Example


Text Example

White with #34B249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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