Html Css Color HEX #359144 Chateau Green

📋 copy color: '#359144'

red 53 ◦ green 145 ◦ blue 68

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

Shades of Chateau Green #359144

Tints of Chateau Green #359144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 19.92%
G = 54.51%
B = 25.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#359144 (or 0x359144) is known color: Chateau Green. HEX triplet: 35, 91 and 44. RGB value is (53,145,68). Sum of RGB (Red+Green+Blue) = 53+145+68=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 145 (57.03% from 255 or 54.51% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 145 - color contains mainly: green. Hex color #359144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359144 is #CA6EBB. Grayscale: #6C6C6C. Windows color (decimal): -13266620 or 4493621. OLE color: 4493621.

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

Color convert

RGB 53 145 68 -
CMYK 0.63 0 0.53 0.43
HSL 129.78º 0.46% 0.39% -
HSV(B) 129.78º 0.63% 0.57% -
XYZ 12.64 21.43 8.94 -
YUV 108.71 105.02 88.26 -
System Red Green Blue C M Y K H S L
Decimal 53 145 68 0.63 0 0.53 0.43 129.78 0.46 0.39
Hex 35 91 44 3F 0 35 2B 82 2E 27
Octal 65 221 104 77 0 65 53 202 56 47
Binary 110101 10010001 1000100 111111 0 110101 101011 10000010 101110 100111

Color Harmonies of #359144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359144

Black with #359144

Text Example


Text Example

White with #359144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359144; }

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

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

background-color css

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

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

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

border-color css

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

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

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