Html Css Color HEX #359F4D Chateau Green

📋 copy color: '#359F4D'

red 53 ◦ green 159 ◦ blue 77

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

Shades of Chateau Green #359F4D

Tints of Chateau Green #359F4D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.02%

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

R = 18.34%
G = 55.02%
B = 26.64%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#359F4D (or 0x359F4D) is known color: Chateau Green. HEX triplet: 35, 9F and 4D. RGB value is (53,159,77). Sum of RGB (Red+Green+Blue) = 53+159+77=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #359F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F4D is #CA60B2. Grayscale: #767676. Windows color (decimal): -13263027 or 5087029. OLE color: 5087029.

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

Color convert

RGB 53 159 77 -
CMYK 0.67 0 0.52 0.38
HSL 133.58º 0.5% 0.42% -
HSV(B) 133.58º 0.67% 0.62% -
XYZ 15.21 26.09 11.26 -
YUV 117.96 104.88 81.67 -
System Red Green Blue C M Y K H S L
Decimal 53 159 77 0.67 0 0.52 0.38 133.58 0.5 0.42
Hex 35 9F 4D 43 0 34 26 86 32 2A
Octal 65 237 115 103 0 64 46 206 62 52
Binary 110101 10011111 1001101 1000011 0 110100 100110 10000110 110010 101010

Color Harmonies of #359F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359F4D

Black with #359F4D

Text Example


Text Example

White with #359F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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