Html Css Color HEX #359A50 Chateau Green

📋 copy color: '#359A50'

red 53 ◦ green 154 ◦ blue 80

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

Shades of Chateau Green #359A50

Tints of Chateau Green #359A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 53.66%

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 18.47%
G = 53.66%
B = 27.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#359A50 (or 0x359A50) is known color: Chateau Green. HEX triplet: 35, 9A and 50. RGB value is (53,154,80). Sum of RGB (Red+Green+Blue) = 53+154+80=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #359A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A50 is #CA65AF. Grayscale: #737373. Windows color (decimal): -13264304 or 5282357. OLE color: 5282357.

HSL color Cylindrical-coordinate representation of color #359A50: hue angle of 136.04º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A50 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 80 -
CMYK 0.66 0 0.48 0.40
HSL 136.04º 0.49% 0.41% -
HSV(B) 136.04º 0.66% 0.6% -
XYZ 14.47 24.45 11.55 -
YUV 115.37 108.04 83.52 -
System Red Green Blue C M Y K H S L
Decimal 53 154 80 0.66 0 0.48 0.40 136.04 0.49 0.41
Hex 35 9A 50 42 0 30 28 88 31 29
Octal 65 232 120 102 0 60 50 210 61 51
Binary 110101 10011010 1010000 1000010 0 110000 101000 10001000 110001 101001

Color Harmonies of #359A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A50

Black with #359A50

Text Example


Text Example

White with #359A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,154,80); }

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

background-color css

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

 a { background-color: rgb(53,154,80); }

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

border-color css

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

 span { border-color: rgb(53,154,80); }

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