Html Css Color HEX #359D4D Chateau Green

📋 copy color: '#359D4D'

red 53 ◦ green 157 ◦ blue 77

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

Shades of Chateau Green #359D4D

Tints of Chateau Green #359D4D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.7%

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 18.47%
G = 54.7%
B = 26.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#359D4D (or 0x359D4D) is known color: Chateau Green. HEX triplet: 35, 9D and 4D. RGB value is (53,157,77). Sum of RGB (Red+Green+Blue) = 53+157+77=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #359D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D4D is #CA62B2. Grayscale: #757575. Windows color (decimal): -13263539 or 5086517. OLE color: 5086517.

HSL color Cylindrical-coordinate representation of color #359D4D: hue angle of 133.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D4D is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 157 77 -
CMYK 0.66 0 0.51 0.38
HSL 133.85º 0.5% 0.41% -
HSV(B) 133.85º 0.66% 0.62% -
XYZ 14.86 25.41 11.14 -
YUV 116.78 105.54 82.5 -
System Red Green Blue C M Y K H S L
Decimal 53 157 77 0.66 0 0.51 0.38 133.85 0.5 0.41
Hex 35 9D 4D 42 0 33 26 86 32 29
Octal 65 235 115 102 0 63 46 206 62 51
Binary 110101 10011101 1001101 1000010 0 110011 100110 10000110 110010 101001

Color Harmonies of #359D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D4D

Black with #359D4D

Text Example


Text Example

White with #359D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359D4D; }

 p { color: rgb(53,157,77); }

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

background-color css

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

 a { background-color: rgb(53,157,77); }

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

border-color css

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

 span { border-color: rgb(53,157,77); }

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