#369C54

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

Shades of Chateau Green #369C54

Tints of Chateau Green #369C54

Color information

#369C54 (or 0x369C54) is unknown color: approx Chateau Green. HEX triplet: 36, 9C and 54. RGB value is (54,156,84). Sum of RGB (Red+Green+Blue) = 54+156+84=294 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.37% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #369C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369C54 is #C963AB. Grayscale: #757575. Windows color (decimal): -13198252 or 5545014. OLE color: 5545014.

HSL color Cylindrical-coordinate representation of color #369C54: hue angle of 137.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369C54 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB5415684-
CMYK0.6500.460.39
HSL137.65º48.57%41.18%-
HSV(B)137.65º65.38%61.18%-
XYZ15.0125.212.46-
YUV117.29109.2182.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.37%
GREEN value IS 156 (61.33% from 255) = 53.06%
BLUE value IS 84 (33.20% from 255) = 28.57%
R=18.37%
G=53.06%
B=28.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54156840.6500.460.39137.6548.5741.18
Hex369C544102E278a3129
Octal66234124101056472126151
Binary1101101001110010101001000001010111010011110001010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,156,84); }

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

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

 a { background-color: rgb(54,156,84); }

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

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

 span { border-color: rgb(54,156,84); }

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