Html Css Color HEX #359C49 Chateau Green

📋 copy color: '#359C49'

red 53 ◦ green 156 ◦ blue 73

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

Shades of Chateau Green #359C49

Tints of Chateau Green #359C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 55.32%

 BLUE value IS 73 (28.91% from 255) = 25.89%

R = 18.79%
G = 55.32%
B = 25.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#359C49 (or 0x359C49) is known color: Chateau Green. HEX triplet: 35, 9C and 49. RGB value is (53,156,73). Sum of RGB (Red+Green+Blue) = 53+156+73=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #359C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359C49 is #CA63B6. Grayscale: #737373. Windows color (decimal): -13263799 or 4824117. OLE color: 4824117.

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

Color convert

RGB 53 156 73 -
CMYK 0.66 0 0.53 0.39
HSL 131.65º 0.49% 0.41% -
HSV(B) 131.65º 0.66% 0.61% -
XYZ 14.56 25.01 10.36 -
YUV 115.74 103.88 83.25 -
System Red Green Blue C M Y K H S L
Decimal 53 156 73 0.66 0 0.53 0.39 131.65 0.49 0.41
Hex 35 9C 49 42 0 35 27 84 31 29
Octal 65 234 111 102 0 65 47 204 61 51
Binary 110101 10011100 1001001 1000010 0 110101 100111 10000100 110001 101001

Color Harmonies of #359C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C49

Black with #359C49

Text Example


Text Example

White with #359C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,156,73); }

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

background-color css

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

 a { background-color: rgb(53,156,73); }

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

border-color css

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

 span { border-color: rgb(53,156,73); }

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