#389f5b

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

Shades of Chateau Green #389F5B

Tints of Chateau Green #389F5B

Color information

#389F5B (or 0x389F5B) is unknown color: approx Chateau Green. HEX triplet: 38, 9F and 5B. RGB value is (56,159,91). Sum of RGB (Red+Green+Blue) = 56+159+91=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #389F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F5B is #C760A4. Grayscale: #787878. Windows color (decimal): -13066405 or 6004536. OLE color: 6004536.

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

Color convert

RGB5615991-
CMYK0.6500.430.38
HSL140.39º47.91%42.16%-
HSV(B)140.39º64.78%62.35%-
XYZ15.9226.3914.15-
YUV120.45111.3882.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 159 (62.5% from 255) = 51.96%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=18.30%
G=51.96%
B=29.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56159910.6500.430.38140.3947.9142.16
Hex389F5B4102B268c302a
Octal70237133101053462146052
Binary1110001001111110110111000001010101110011010001100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,159,91); }

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

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

 a { background-color: rgb(56,159,91); }

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

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

 span { border-color: rgb(56,159,91); }

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