Html Css Color HEX #359942 Chateau Green

📋 copy color: '#359942'

red 53 ◦ green 153 ◦ blue 66

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

Shades of Chateau Green #359942

Tints of Chateau Green #359942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.25%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 19.49%
G = 56.25%
B = 24.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#359942 (or 0x359942) is known color: Chateau Green. HEX triplet: 35, 99 and 42. RGB value is (53,153,66). Sum of RGB (Red+Green+Blue) = 53+153+66=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #359942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359942 is #CA66BD. Grayscale: #717171. Windows color (decimal): -13264574 or 4364597. OLE color: 4364597.

HSL color Cylindrical-coordinate representation of color #359942: hue angle of 127.8º degrees, saturation: 0.49, 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 #359942 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 66 -
CMYK 0.65 0 0.57 0.4
HSL 127.8º 0.49% 0.4% -
HSV(B) 127.8º 0.65% 0.6% -
XYZ 13.84 23.93 9.04 -
YUV 113.18 101.37 85.07 -
System Red Green Blue C M Y K H S L
Decimal 53 153 66 0.65 0 0.57 0.4 127.8 0.49 0.4
Hex 35 99 42 41 0 39 28 80 31 28
Octal 65 231 102 101 0 71 50 200 61 50
Binary 110101 10011001 1000010 1000001 0 111001 101000 10000000 110001 101000

Color Harmonies of #359942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359942

Black with #359942

Text Example


Text Example

White with #359942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359942; }

 p { color: rgb(53,153,66); }

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

background-color css

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

 a { background-color: rgb(53,153,66); }

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

border-color css

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

 span { border-color: rgb(53,153,66); }

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