Html Css Color HEX #359149 Chateau Green

📋 copy color: '#359149'

red 53 ◦ green 145 ◦ blue 73

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

Shades of Chateau Green #359149

Tints of Chateau Green #359149

RGB

 RED value IS 53 (21.09% from 255) = 19.56%

 GREEN value IS 145 (57.03% from 255) = 53.51%

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

R = 19.56%
G = 53.51%
B = 26.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#359149 (or 0x359149) is known color: Chateau Green. HEX triplet: 35, 91 and 49. RGB value is (53,145,73). Sum of RGB (Red+Green+Blue) = 53+145+73=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #359149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359149 is #CA6EB6. Grayscale: #6D6D6D. Windows color (decimal): -13266615 or 4821301. OLE color: 4821301.

HSL color Cylindrical-coordinate representation of color #359149: hue angle of 133.04º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359149 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 73 -
CMYK 0.63 0 0.50 0.43
HSL 133.04º 0.46% 0.39% -
HSV(B) 133.04º 0.63% 0.57% -
XYZ 12.8 21.49 9.78 -
YUV 109.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 53 145 73 0.63 0 0.50 0.43 133.04 0.46 0.39
Hex 35 91 49 3F 0 32 2B 85 2E 27
Octal 65 221 111 77 0 62 53 205 56 47
Binary 110101 10010001 1001001 111111 0 110010 101011 10000101 101110 100111

Color Harmonies of #359149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359149

Black with #359149

Text Example


Text Example

White with #359149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359149; }

 p { color: rgb(53,145,73); }

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

background-color css

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

 a { background-color: rgb(53,145,73); }

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

border-color css

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

 span { border-color: rgb(53,145,73); }

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