Html Css Color HEX #359044 Chateau Green

📋 copy color: '#359044'

red 53 ◦ green 144 ◦ blue 68

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

Shades of Chateau Green #359044

Tints of Chateau Green #359044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.34%

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

R = 20%
G = 54.34%
B = 25.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#359044 (or 0x359044) is known color: Chateau Green. HEX triplet: 35, 90 and 44. RGB value is (53,144,68). Sum of RGB (Red+Green+Blue) = 53+144+68=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #359044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359044 is #CA6FBB. Grayscale: #6C6C6C. Windows color (decimal): -13266876 or 4493365. OLE color: 4493365.

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

Color convert

RGB 53 144 68 -
CMYK 0.63 0 0.53 0.44
HSL 129.89º 0.46% 0.39% -
HSV(B) 129.89º 0.63% 0.56% -
XYZ 12.48 21.12 8.89 -
YUV 108.13 105.35 88.68 -
System Red Green Blue C M Y K H S L
Decimal 53 144 68 0.63 0 0.53 0.44 129.89 0.46 0.39
Hex 35 90 44 3F 0 35 2C 82 2E 27
Octal 65 220 104 77 0 65 54 202 56 47
Binary 110101 10010000 1000100 111111 0 110101 101100 10000010 101110 100111

Color Harmonies of #359044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359044

Black with #359044

Text Example


Text Example

White with #359044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359044; }

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

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

background-color css

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

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

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

border-color css

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

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

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