#389150

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

Shades of Chateau Green #389150

Tints of Chateau Green #389150

Color information

#389150 (or 0x389150) is unknown color: approx Chateau Green. HEX triplet: 38, 91 and 50. RGB value is (56,145,80). Sum of RGB (Red+Green+Blue) = 56+145+80=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #389150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389150 is #C76EAF. Grayscale: #6F6F6F. Windows color (decimal): -13070000 or 5280056. OLE color: 5280056.

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

Color convert

RGB5614580-
CMYK0.6100.450.43
HSL136.18º44.28%39.41%-
HSV(B)136.18º61.38%56.86%-
XYZ13.221.6711.08-
YUV110.98110.5188.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 145 (57.03% from 255) = 51.60%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=19.93%
G=51.60%
B=28.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56145800.6100.450.43136.1844.2839.41
Hex3891503D02D2B882c27
Octal7022112075055532105447
Binary111000100100011010000111101010110110101110001000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389150; }

 p { color: rgb(56,145,80); }

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

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

 a { background-color: rgb(56,145,80); }

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

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

 span { border-color: rgb(56,145,80); }

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