#389545

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

Shades of Chateau Green #389545

Tints of Chateau Green #389545

Color information

#389545 (or 0x389545) is unknown color: approx Chateau Green. HEX triplet: 38, 95 and 45. RGB value is (56,149,69). Sum of RGB (Red+Green+Blue) = 56+149+69=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #389545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389545 is #C76ABA. Grayscale: #707070. Windows color (decimal): -13068987 or 4560184. OLE color: 4560184.

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

Color convert

RGB5614969-
CMYK0.6200.540.42
HSL128.39º45.37%40.2%-
HSV(B)128.39º62.42%58.43%-
XYZ13.4522.779.32-
YUV112.07103.6988-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 149 (58.59% from 255) = 54.38%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=20.44%
G=54.38%
B=25.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149690.6200.540.42128.3945.3740.2
Hex3895453E0362A802d28
Octal7022510576066522005550
Binary111000100101011000101111110011011010101010000000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389545; }

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

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

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

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

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

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

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

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