#369D4F

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

Shades of Chateau Green #369D4F

Tints of Chateau Green #369D4F

Color information

#369D4F (or 0x369D4F) is unknown color: approx Chateau Green. HEX triplet: 36, 9D and 4F. RGB value is (54,157,79). Sum of RGB (Red+Green+Blue) = 54+157+79=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #369D4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D4F is #C962B0. Grayscale: #757575. Windows color (decimal): -13198001 or 5217590. OLE color: 5217590.

HSL color Cylindrical-coordinate representation of color #369D4F: hue angle of 134.56º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D4F is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB5415779-
CMYK0.6600.500.38
HSL134.56º48.82%41.37%-
HSV(B)134.56º65.61%61.57%-
XYZ14.9925.4611.52-
YUV117.31106.3882.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.62%
GREEN value IS 157 (61.72% from 255) = 54.14%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=18.62%
G=54.14%
B=27.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54157790.6600.500.38134.5648.8241.37
Hex369D4F4203226873129
Octal66235117102062462076151
Binary1101101001110110011111000010011001010011010000111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369D4F; }

 p { color: rgb(54,157,79); }

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

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

 a { background-color: rgb(54,157,79); }

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

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

 span { border-color: rgb(54,157,79); }

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