#389b58

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

Shades of Chateau Green #389B58

Tints of Chateau Green #389B58

Color information

#389B58 (or 0x389B58) is unknown color: approx Chateau Green. HEX triplet: 38, 9B and 58. RGB value is (56,155,88). Sum of RGB (Red+Green+Blue) = 56+155+88=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #389B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B58 is #C764A7. Grayscale: #757575. Windows color (decimal): -13067432 or 5806904. OLE color: 5806904.

HSL color Cylindrical-coordinate representation of color #389B58: hue angle of 139.39º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B58 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB5615588-
CMYK0.6400.430.39
HSL139.39º46.92%41.37%-
HSV(B)139.39º63.87%60.78%-
XYZ15.1124.9913.26-
YUV117.76111.283.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 155 (60.94% from 255) = 51.84%
BLUE value IS 88 (34.77% from 255) = 29.43%
R=18.73%
G=51.84%
B=29.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56155880.6400.430.39139.3946.9241.37
Hex389B584002B278b2f29
Octal70233130100053472135751
Binary1110001001101110110001000000010101110011110001011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389b58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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