#389246

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

Shades of Chateau Green #389246

Tints of Chateau Green #389246

Color information

#389246 (or 0x389246) is unknown color: approx Chateau Green. HEX triplet: 38, 92 and 46. RGB value is (56,146,70). Sum of RGB (Red+Green+Blue) = 56+146+70=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #389246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389246 is #C76DB9. Grayscale: #6E6E6E. Windows color (decimal): -13069754 or 4624952. OLE color: 4624952.

HSL color Cylindrical-coordinate representation of color #389246: hue angle of 129.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389246 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB5614670-
CMYK0.6200.520.43
HSL129.33º44.55%39.61%-
HSV(B)129.33º61.64%57.25%-
XYZ13.0221.849.32-
YUV110.43105.1889.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 70 (27.73% from 255) = 25.74%
R=20.59%
G=53.68%
B=25.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56146700.6200.520.43129.3344.5539.61
Hex3892463E0342B812d28
Octal7022210676064532015550
Binary111000100100101000110111110011010010101110000001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389246; }

 p { color: rgb(56,146,70); }

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

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

 a { background-color: rgb(56,146,70); }

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

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

 span { border-color: rgb(56,146,70); }

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