#389145

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

Shades of Chateau Green #389145

Tints of Chateau Green #389145

Color information

#389145 (or 0x389145) is unknown color: approx Chateau Green. HEX triplet: 38, 91 and 45. RGB value is (56,145,69). Sum of RGB (Red+Green+Blue) = 56+145+69=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #389145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389145 is #C76EBA. Grayscale: #6D6D6D. Windows color (decimal): -13070011 or 4559160. OLE color: 4559160.

HSL color Cylindrical-coordinate representation of color #389145: hue angle of 128.76º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389145 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB5614569-
CMYK0.6100.520.43
HSL128.76º44.28%39.41%-
HSV(B)128.76º61.38%56.86%-
XYZ12.8321.529.11-
YUV109.72105.0189.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 145 (57.03% from 255) = 53.70%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=20.74%
G=53.70%
B=25.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56145690.6100.520.43128.7644.2839.41
Hex3891453D0342B812c27
Octal7022110575064532015447
Binary111000100100011000101111101011010010101110000001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389145; }

 p { color: rgb(56,145,69); }

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

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

 a { background-color: rgb(56,145,69); }

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

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

 span { border-color: rgb(56,145,69); }

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