#389D4F

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

Shades of Chateau Green #389D4F

Tints of Chateau Green #389D4F

Color information

#389D4F (or 0x389D4F) is unknown color: approx Chateau Green. HEX triplet: 38, 9D and 4F. RGB value is (56,157,79). Sum of RGB (Red+Green+Blue) = 56+157+79=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 157 (61.72% from 255 or 53.77% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 157 - color contains mainly: green. Hex color #389D4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D4F is #C762B0. Grayscale: #767676. Windows color (decimal): -13066929 or 5217592. OLE color: 5217592.

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

Color convert

RGB5615779-
CMYK0.6400.500.38
HSL133.66º47.42%41.76%-
HSV(B)133.66º64.33%61.57%-
XYZ15.125.5211.53-
YUV117.91106.0483.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 157 (61.72% from 255) = 53.77%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=19.18%
G=53.77%
B=27.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56157790.6400.500.38133.6647.4241.76
Hex389D4F4003226862f2a
Octal70235117100062462065752
Binary1110001001110110011111000000011001010011010000110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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