Html Css Color HEX #359349 Chateau Green

📋 copy color: '#359349'

red 53 ◦ green 147 ◦ blue 73

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

Shades of Chateau Green #359349

Tints of Chateau Green #359349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.85%

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

R = 19.41%
G = 53.85%
B = 26.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#359349 (or 0x359349) is known color: Chateau Green. HEX triplet: 35, 93 and 49. RGB value is (53,147,73). Sum of RGB (Red+Green+Blue) = 53+147+73=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #359349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359349 is #CA6CB6. Grayscale: #6E6E6E. Windows color (decimal): -13266103 or 4821813. OLE color: 4821813.

HSL color Cylindrical-coordinate representation of color #359349: hue angle of 132.77º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359349 is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 73 -
CMYK 0.64 0 0.50 0.42
HSL 132.77º 0.47% 0.39% -
HSV(B) 132.77º 0.64% 0.58% -
XYZ 13.1 22.11 9.88 -
YUV 110.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 53 147 73 0.64 0 0.50 0.42 132.77 0.47 0.39
Hex 35 93 49 40 0 32 2A 85 2F 27
Octal 65 223 111 100 0 62 52 205 57 47
Binary 110101 10010011 1001001 1000000 0 110010 101010 10000101 101111 100111

Color Harmonies of #359349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359349

Black with #359349

Text Example


Text Example

White with #359349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359349; }

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

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

background-color css

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

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

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

border-color css

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

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

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