#389D58

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

Shades of Chateau Green #389D58

Tints of Chateau Green #389D58

Color information

#389D58 (or 0x389D58) is unknown color: approx Chateau Green. HEX triplet: 38, 9D and 58. RGB value is (56,157,88). Sum of RGB (Red+Green+Blue) = 56+157+88=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #389D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D58 is #C762A7. Grayscale: #777777. Windows color (decimal): -13066920 or 5807416. OLE color: 5807416.

HSL color Cylindrical-coordinate representation of color #389D58: hue angle of 139.01º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389D58 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB5615788-
CMYK0.6400.440.38
HSL139.01º47.42%41.76%-
HSV(B)139.01º64.33%61.57%-
XYZ15.4525.6613.37-
YUV118.93110.5483.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 157 (61.72% from 255) = 52.16%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=18.60%
G=52.16%
B=29.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56157880.6400.440.38139.0147.4241.76
Hex389D584002C268b2f2a
Octal70235130100054462135752
Binary1110001001110110110001000000010110010011010001011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389D58; }

 p { color: rgb(56,157,88); }

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

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

 a { background-color: rgb(56,157,88); }

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

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

 span { border-color: rgb(56,157,88); }

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