Html Css Color HEX #34B449 Chateau Green

📋 copy color: '#34B449'

red 52 ◦ green 180 ◦ blue 73

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

Shades of Chateau Green #34B449

Tints of Chateau Green #34B449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.02%

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

R = 17.05%
G = 59.02%
B = 23.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#34B449 (or 0x34B449) is known color: Chateau Green. HEX triplet: 34, B4 and 49. RGB value is (52,180,73). Sum of RGB (Red+Green+Blue) = 52+180+73=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #34B449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B449 is #CB4BB6. Grayscale: #818181. Windows color (decimal): -13323191 or 4830260. OLE color: 4830260.

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

Color convert

RGB 52 180 73 -
CMYK 0.71 0 0.59 0.29
HSL 129.84º 0.55% 0.45% -
HSV(B) 129.84º 0.71% 0.71% -
XYZ 18.94 33.85 11.84 -
YUV 129.53 96.09 72.7 -
System Red Green Blue C M Y K H S L
Decimal 52 180 73 0.71 0 0.59 0.29 129.84 0.55 0.45
Hex 34 B4 49 47 0 3B 1D 82 37 2D
Octal 64 264 111 107 0 73 35 202 67 55
Binary 110100 10110100 1001001 1000111 0 111011 11101 10000010 110111 101101

Color Harmonies of #34B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B449

Black with #34B449

Text Example


Text Example

White with #34B449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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