Html Css Color HEX #359D4A Chateau Green

📋 copy color: '#359D4A'

red 53 ◦ green 157 ◦ blue 74

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

Shades of Chateau Green #359D4A

Tints of Chateau Green #359D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 18.66%
G = 55.28%
B = 26.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#359D4A (or 0x359D4A) is known color: Chateau Green. HEX triplet: 35, 9D and 4A. RGB value is (53,157,74). Sum of RGB (Red+Green+Blue) = 53+157+74=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #359D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359D4A is #CA62B5. Grayscale: #747474. Windows color (decimal): -13263542 or 4889909. OLE color: 4889909.

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

Color convert

RGB 53 157 74 -
CMYK 0.66 0 0.53 0.38
HSL 132.12º 0.5% 0.41% -
HSV(B) 132.12º 0.66% 0.62% -
XYZ 14.76 25.37 10.6 -
YUV 116.44 104.04 82.75 -
System Red Green Blue C M Y K H S L
Decimal 53 157 74 0.66 0 0.53 0.38 132.12 0.5 0.41
Hex 35 9D 4A 42 0 35 26 84 32 29
Octal 65 235 112 102 0 65 46 204 62 51
Binary 110101 10011101 1001010 1000010 0 110101 100110 10000100 110010 101001

Color Harmonies of #359D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D4A

Black with #359D4A

Text Example


Text Example

White with #359D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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