#389445

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

Shades of Chateau Green #389445

Tints of Chateau Green #389445

Color information

#389445 (or 0x389445) is unknown color: approx Chateau Green. HEX triplet: 38, 94 and 45. RGB value is (56,148,69). Sum of RGB (Red+Green+Blue) = 56+148+69=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #389445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389445 is #C76BBA. Grayscale: #6F6F6F. Windows color (decimal): -13069243 or 4559928. OLE color: 4559928.

HSL color Cylindrical-coordinate representation of color #389445: hue angle of 128.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389445 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB5614869-
CMYK0.6200.530.42
HSL128.48º45.1%40%-
HSV(B)128.48º62.16%58.04%-
XYZ13.2922.459.26-
YUV111.49104.0288.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 148 (58.20% from 255) = 54.21%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=20.51%
G=54.21%
B=25.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56148690.6200.530.42128.4845.140
Hex3894453E0352A802d28
Octal7022410576065522005550
Binary111000100101001000101111110011010110101010000000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389445; }

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

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

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

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

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

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

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

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