#389b4c

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

Shades of Chateau Green #389B4C

Tints of Chateau Green #389B4C

Color information

#389B4C (or 0x389B4C) is unknown color: approx Chateau Green. HEX triplet: 38, 9B and 4C. RGB value is (56,155,76). Sum of RGB (Red+Green+Blue) = 56+155+76=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 155 (60.94% from 255 or 54.01% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 155 - color contains mainly: green. Hex color #389B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B4C is #C764B3. Grayscale: #747474. Windows color (decimal): -13067444 or 5020472. OLE color: 5020472.

HSL color Cylindrical-coordinate representation of color #389B4C: hue angle of 132.12º 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 #389B4C is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB5615576-
CMYK0.6400.510.39
HSL132.12º46.92%41.37%-
HSV(B)132.12º63.87%60.78%-
XYZ14.6624.8110.85-
YUV116.39105.284.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 155 (60.94% from 255) = 54.01%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=19.51%
G=54.01%
B=26.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56155760.6400.510.39132.1246.9241.37
Hex389B4C4003327842f29
Octal70233114100063472045751
Binary1110001001101110011001000000011001110011110000100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389b4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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