#369952

Color #369952 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #369952

Tints of Chateau Green #369952

Color information

#369952 (or 0x369952) is unknown color: approx Chateau Green. HEX triplet: 36, 99 and 52. RGB value is (54,153,82). Sum of RGB (Red+Green+Blue) = 54+153+82=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #369952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369952 is #C966AD. Grayscale: #737373. Windows color (decimal): -13199022 or 5413174. OLE color: 5413174.

HSL color Cylindrical-coordinate representation of color #369952: hue angle of 136.97º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369952 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB5415382-
CMYK0.6500.460.4
HSL136.97º47.83%40.59%-
HSV(B)136.97º64.71%60%-
XYZ14.4424.1811.89-
YUV115.3109.284.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.69%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=18.69%
G=52.94%
B=28.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal54153820.6500.460.4136.9747.8340.59
Hex3699524102E28893029
Octal66231122101056502116051
Binary1101101001100110100101000001010111010100010001001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369952; }

 p { color: rgb(54,153,82); }

 H1.HeaderClassName
 {
   color: #369952;
 }
 .AnyTagClassName
 {
   color: #369952;
 }
</style>
background-color css

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

 a { background-color: rgb(54,153,82); }

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

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

 span { border-color: rgb(54,153,82); }

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