Html Css Color HEX #359A46 Chateau Green

📋 copy color: '#359A46'

red 53 ◦ green 154 ◦ blue 70

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

Shades of Chateau Green #359A46

Tints of Chateau Green #359A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.27%

R = 19.13%
G = 55.6%
B = 25.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#359A46 (or 0x359A46) is known color: Chateau Green. HEX triplet: 35, 9A and 46. RGB value is (53,154,70). Sum of RGB (Red+Green+Blue) = 53+154+70=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #359A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359A46 is #CA65B9. Grayscale: #727272. Windows color (decimal): -13264314 or 4626997. OLE color: 4626997.

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

Color convert

RGB 53 154 70 -
CMYK 0.66 0 0.55 0.40
HSL 130.1º 0.49% 0.41% -
HSV(B) 130.1º 0.66% 0.6% -
XYZ 14.13 24.31 9.74 -
YUV 114.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 53 154 70 0.66 0 0.55 0.40 130.1 0.49 0.41
Hex 35 9A 46 42 0 37 28 82 31 29
Octal 65 232 106 102 0 67 50 202 61 51
Binary 110101 10011010 1000110 1000010 0 110111 101000 10000010 110001 101001

Color Harmonies of #359A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A46

Black with #359A46

Text Example


Text Example

White with #359A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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