Html Css Color HEX #359148 Chateau Green

📋 copy color: '#359148'

red 53 ◦ green 145 ◦ blue 72

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

Shades of Chateau Green #359148

Tints of Chateau Green #359148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 19.63%
G = 53.7%
B = 26.67%

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

#359148 (or 0x359148) is known color: Chateau Green. HEX triplet: 35, 91 and 48. RGB value is (53,145,72). Sum of RGB (Red+Green+Blue) = 53+145+72=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #359148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359148 is #CA6EB7. Grayscale: #6D6D6D. Windows color (decimal): -13266616 or 4755765. OLE color: 4755765.

HSL color Cylindrical-coordinate representation of color #359148: hue angle of 132.39º 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 #359148 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 72 -
CMYK 0.63 0 0.50 0.43
HSL 132.39º 0.46% 0.39% -
HSV(B) 132.39º 0.63% 0.57% -
XYZ 12.76 21.48 9.6 -
YUV 109.17 107.02 87.94 -
System Red Green Blue C M Y K H S L
Decimal 53 145 72 0.63 0 0.50 0.43 132.39 0.46 0.39
Hex 35 91 48 3F 0 32 2B 84 2E 27
Octal 65 221 110 77 0 62 53 204 56 47
Binary 110101 10010001 1001000 111111 0 110010 101011 10000100 101110 100111

Color Harmonies of #359148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359148

Black with #359148

Text Example


Text Example

White with #359148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359148; }

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

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

background-color css

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

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

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

border-color css

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

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

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