Html Css Color HEX #359842 Chateau Green

📋 copy color: '#359842'

red 53 ◦ green 152 ◦ blue 66

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

Shades of Chateau Green #359842

Tints of Chateau Green #359842

RGB

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

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

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

R = 19.56%
G = 56.09%
B = 24.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#359842 (or 0x359842) is known color: Chateau Green. HEX triplet: 35, 98 and 42. RGB value is (53,152,66). Sum of RGB (Red+Green+Blue) = 53+152+66=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #359842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359842 is #CA67BD. Grayscale: #707070. Windows color (decimal): -13264830 or 4364341. OLE color: 4364341.

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

Color convert

RGB 53 152 66 -
CMYK 0.65 0 0.57 0.40
HSL 127.88º 0.48% 0.4% -
HSV(B) 127.88º 0.65% 0.6% -
XYZ 13.68 23.61 8.99 -
YUV 112.6 101.7 85.49 -
System Red Green Blue C M Y K H S L
Decimal 53 152 66 0.65 0 0.57 0.40 127.88 0.48 0.4
Hex 35 98 42 41 0 39 28 80 30 28
Octal 65 230 102 101 0 71 50 200 60 50
Binary 110101 10011000 1000010 1000001 0 111001 101000 10000000 110000 101000

Color Harmonies of #359842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359842

Black with #359842

Text Example


Text Example

White with #359842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359842; }

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

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

background-color css

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

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

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

border-color css

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

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

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