Html Css Color HEX #359D4F Chateau Green

📋 copy color: '#359D4F'

red 53 ◦ green 157 ◦ blue 79

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

Shades of Chateau Green #359D4F

Tints of Chateau Green #359D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 18.34%
G = 54.33%
B = 27.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#359D4F (or 0x359D4F) is known color: Chateau Green. HEX triplet: 35, 9D and 4F. RGB value is (53,157,79). Sum of RGB (Red+Green+Blue) = 53+157+79=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #359D4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D4F is #CA62B0. Grayscale: #757575. Windows color (decimal): -13263537 or 5217589. OLE color: 5217589.

HSL color Cylindrical-coordinate representation of color #359D4F: hue angle of 135º 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 #359D4F is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 157 79 -
CMYK 0.66 0 0.50 0.38
HSL 135º 0.5% 0.41% -
HSV(B) 135º 0.66% 0.62% -
XYZ 14.94 25.44 11.52 -
YUV 117.01 106.54 82.34 -
System Red Green Blue C M Y K H S L
Decimal 53 157 79 0.66 0 0.50 0.38 135 0.5 0.41
Hex 35 9D 4F 42 0 32 26 87 32 29
Octal 65 235 117 102 0 62 46 207 62 51
Binary 110101 10011101 1001111 1000010 0 110010 100110 10000111 110010 101001

Color Harmonies of #359D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D4F

Black with #359D4F

Text Example


Text Example

White with #359D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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