#369345

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

Shades of Chateau Green #369345

Tints of Chateau Green #369345

Color information

#369345 (or 0x369345) is unknown color: approx Chateau Green. HEX triplet: 36, 93 and 45. RGB value is (54,147,69). Sum of RGB (Red+Green+Blue) = 54+147+69=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #369345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369345 is #C96CBA. Grayscale: #6E6E6E. Windows color (decimal): -13200571 or 4559670. OLE color: 4559670.

HSL color Cylindrical-coordinate representation of color #369345: hue angle of 129.68º 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 #369345 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB5414769-
CMYK0.6300.530.42
HSL129.68º46.27%39.41%-
HSV(B)129.68º63.27%57.65%-
XYZ13.0322.089.21-
YUV110.3104.6987.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20%
GREEN value IS 147 (57.81% from 255) = 54.44%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=20%
G=54.44%
B=25.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54147690.6300.530.42129.6846.2739.41
Hex3693453F0352A822e27
Octal6622310577065522025647
Binary110110100100111000101111111011010110101010000010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369345; }

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

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

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

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

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

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

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

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