#369350

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

Shades of Chateau Green #369350

Tints of Chateau Green #369350

Color information

#369350 (or 0x369350) is unknown color: approx Chateau Green. HEX triplet: 36, 93 and 50. RGB value is (54,147,80). Sum of RGB (Red+Green+Blue) = 54+147+80=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #369350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369350 is #C96CAF. Grayscale: #6F6F6F. Windows color (decimal): -13200560 or 5280566. OLE color: 5280566.

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

Color convert

RGB5414780-
CMYK0.6300.460.42
HSL136.77º46.27%39.41%-
HSV(B)136.77º63.27%57.65%-
XYZ13.422.2311.17-
YUV111.56110.1986.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 147 (57.81% from 255) = 52.31%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=19.22%
G=52.31%
B=28.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54147800.6300.460.42136.7746.2739.41
Hex3693503F02E2A892e27
Octal6622312077056522115647
Binary110110100100111010000111111010111010101010001001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369350; }

 p { color: rgb(54,147,80); }

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

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

 a { background-color: rgb(54,147,80); }

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

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

 span { border-color: rgb(54,147,80); }

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