Html Css Color HEX #359240 Chateau Green

📋 copy color: '#359240'

red 53 ◦ green 146 ◦ blue 64

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

Shades of Chateau Green #359240

Tints of Chateau Green #359240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.51%

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 20.15%
G = 55.51%
B = 24.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#359240 (or 0x359240) is known color: Chateau Green. HEX triplet: 35, 92 and 40. RGB value is (53,146,64). Sum of RGB (Red+Green+Blue) = 53+146+64=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #359240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359240 is #CA6DBF. Grayscale: #6D6D6D. Windows color (decimal): -13266368 or 4231733. OLE color: 4231733.

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

Color convert

RGB 53 146 64 -
CMYK 0.64 0 0.56 0.43
HSL 127.1º 0.47% 0.39% -
HSV(B) 127.1º 0.64% 0.57% -
XYZ 12.67 21.68 8.37 -
YUV 108.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 53 146 64 0.64 0 0.56 0.43 127.1 0.47 0.39
Hex 35 92 40 40 0 38 2B 7F 2F 27
Octal 65 222 100 100 0 70 53 177 57 47
Binary 110101 10010010 1000000 1000000 0 111000 101011 1111111 101111 100111

Color Harmonies of #359240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359240

Black with #359240

Text Example


Text Example

White with #359240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359240; }

 p { color: rgb(53,146,64); }

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

background-color css

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

 a { background-color: rgb(53,146,64); }

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

border-color css

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

 span { border-color: rgb(53,146,64); }

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