Html Css Color HEX #359146 Chateau Green

📋 copy color: '#359146'

red 53 ◦ green 145 ◦ blue 70

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

Shades of Chateau Green #359146

Tints of Chateau Green #359146

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.1%

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

R = 19.78%
G = 54.1%
B = 26.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#359146 (or 0x359146) is known color: Chateau Green. HEX triplet: 35, 91 and 46. RGB value is (53,145,70). Sum of RGB (Red+Green+Blue) = 53+145+70=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #359146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359146 is #CA6EB9. Grayscale: #6D6D6D. Windows color (decimal): -13266618 or 4624693. OLE color: 4624693.

HSL color Cylindrical-coordinate representation of color #359146: hue angle of 131.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359146 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 70 -
CMYK 0.63 0 0.52 0.43
HSL 131.09º 0.46% 0.39% -
HSV(B) 131.09º 0.63% 0.57% -
XYZ 12.7 21.45 9.27 -
YUV 108.94 106.02 88.1 -
System Red Green Blue C M Y K H S L
Decimal 53 145 70 0.63 0 0.52 0.43 131.09 0.46 0.39
Hex 35 91 46 3F 0 34 2B 83 2E 27
Octal 65 221 106 77 0 64 53 203 56 47
Binary 110101 10010001 1000110 111111 0 110100 101011 10000011 101110 100111

Color Harmonies of #359146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359146

Black with #359146

Text Example


Text Example

White with #359146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359146; }

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

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

background-color css

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

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

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

border-color css

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

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

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