#389548

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

Shades of Chateau Green #389548

Tints of Chateau Green #389548

Color information

#389548 (or 0x389548) is unknown color: approx Chateau Green. HEX triplet: 38, 95 and 48. RGB value is (56,149,72). Sum of RGB (Red+Green+Blue) = 56+149+72=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #389548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389548 is #C76AB7. Grayscale: #707070. Windows color (decimal): -13068984 or 4756792. OLE color: 4756792.

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

Color convert

RGB5614972-
CMYK0.6200.520.42
HSL130.32º45.37%40.2%-
HSV(B)130.32º62.42%58.43%-
XYZ13.5522.89.82-
YUV112.42105.1987.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 149 (58.59% from 255) = 53.79%
BLUE value IS 72 (28.52% from 255) = 25.99%
R=20.22%
G=53.79%
B=25.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149720.6200.520.42130.3245.3740.2
Hex3895483E0342A822d28
Octal7022511076064522025550
Binary111000100101011001000111110011010010101010000010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389548; }

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

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

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

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

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

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

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

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