Html Css Color HEX #359845 Chateau Green

📋 copy color: '#359845'

red 53 ◦ green 152 ◦ blue 69

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

Shades of Chateau Green #359845

Tints of Chateau Green #359845

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.47%

 BLUE value IS 69 (27.34% from 255) = 25.18%

R = 19.34%
G = 55.47%
B = 25.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#359845 (or 0x359845) is known color: Chateau Green. HEX triplet: 35, 98 and 45. RGB value is (53,152,69). Sum of RGB (Red+Green+Blue) = 53+152+69=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #359845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359845 is #CA67BA. Grayscale: #717171. Windows color (decimal): -13264827 or 4560949. OLE color: 4560949.

HSL color Cylindrical-coordinate representation of color #359845: hue angle of 129.7º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359845 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 69 -
CMYK 0.65 0 0.55 0.40
HSL 129.7º 0.48% 0.4% -
HSV(B) 129.7º 0.65% 0.6% -
XYZ 13.77 23.64 9.47 -
YUV 112.94 103.2 85.25 -
System Red Green Blue C M Y K H S L
Decimal 53 152 69 0.65 0 0.55 0.40 129.7 0.48 0.4
Hex 35 98 45 41 0 37 28 82 30 28
Octal 65 230 105 101 0 67 50 202 60 50
Binary 110101 10011000 1000101 1000001 0 110111 101000 10000010 110000 101000

Color Harmonies of #359845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359845

Black with #359845

Text Example


Text Example

White with #359845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359845; }

 p { color: rgb(53,152,69); }

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

background-color css

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

 a { background-color: rgb(53,152,69); }

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

border-color css

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

 span { border-color: rgb(53,152,69); }

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