#389555

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

Shades of Chateau Green #389555

Tints of Chateau Green #389555

Color information

#389555 (or 0x389555) is unknown color: approx Chateau Green. HEX triplet: 38, 95 and 55. RGB value is (56,149,85). Sum of RGB (Red+Green+Blue) = 56+149+85=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #389555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389555 is #C76AAA. Grayscale: #727272. Windows color (decimal): -13068971 or 5608760. OLE color: 5608760.

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

Color convert

RGB5614985-
CMYK0.6200.430.42
HSL138.71º45.37%40.2%-
HSV(B)138.71º62.42%58.43%-
XYZ14.0222.9912.29-
YUV113.9111.6986.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 149 (58.59% from 255) = 51.38%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=19.31%
G=51.38%
B=29.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149850.6200.430.42138.7145.3740.2
Hex3895553E02B2A8b2d28
Octal7022512576053522135550
Binary111000100101011010101111110010101110101010001011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389555; }

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

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

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

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

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

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

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

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