Html Css Color HEX #359A51 Chateau Green

📋 copy color: '#359A51'

red 53 ◦ green 154 ◦ blue 81

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

Shades of Chateau Green #359A51

Tints of Chateau Green #359A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.13%

R = 18.4%
G = 53.47%
B = 28.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#359A51 (or 0x359A51) is known color: Chateau Green. HEX triplet: 35, 9A and 51. RGB value is (53,154,81). Sum of RGB (Red+Green+Blue) = 53+154+81=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #359A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A51 is #CA65AE. Grayscale: #737373. Windows color (decimal): -13264303 or 5347893. OLE color: 5347893.

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

Color convert

RGB 53 154 81 -
CMYK 0.66 0 0.47 0.40
HSL 136.63º 0.49% 0.41% -
HSV(B) 136.63º 0.66% 0.6% -
XYZ 14.51 24.46 11.74 -
YUV 115.48 108.54 83.44 -
System Red Green Blue C M Y K H S L
Decimal 53 154 81 0.66 0 0.47 0.40 136.63 0.49 0.41
Hex 35 9A 51 42 0 2F 28 89 31 29
Octal 65 232 121 102 0 57 50 211 61 51
Binary 110101 10011010 1010001 1000010 0 101111 101000 10001001 110001 101001

Color Harmonies of #359A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A51

Black with #359A51

Text Example


Text Example

White with #359A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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