#389550

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

Shades of Chateau Green #389550

Tints of Chateau Green #389550

Color information

#389550 (or 0x389550) is unknown color: approx Chateau Green. HEX triplet: 38, 95 and 50. RGB value is (56,149,80). Sum of RGB (Red+Green+Blue) = 56+149+80=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 149 (58.59% from 255 or 52.28% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 149 - color contains mainly: green. Hex color #389550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389550 is #C76AAF. Grayscale: #717171. Windows color (decimal): -13068976 or 5281080. OLE color: 5281080.

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

Color convert

RGB5614980-
CMYK0.6200.460.42
HSL135.48º45.37%40.2%-
HSV(B)135.48º62.42%58.43%-
XYZ13.8322.9111.28-
YUV113.33109.1987.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 149 (58.59% from 255) = 52.28%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=19.65%
G=52.28%
B=28.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149800.6200.460.42135.4845.3740.2
Hex3895503E02E2A872d28
Octal7022512076056522075550
Binary111000100101011010000111110010111010101010000111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389550; }

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

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

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

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

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

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

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

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