#389149

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

Shades of Chateau Green #389149

Tints of Chateau Green #389149

Color information

#389149 (or 0x389149) is unknown color: approx Chateau Green. HEX triplet: 38, 91 and 49. RGB value is (56,145,73). Sum of RGB (Red+Green+Blue) = 56+145+73=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #389149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389149 is #C76EB6. Grayscale: #6E6E6E. Windows color (decimal): -13070007 or 4821304. OLE color: 4821304.

HSL color Cylindrical-coordinate representation of color #389149: hue angle of 131.46º 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 #389149 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB5614573-
CMYK0.6100.500.43
HSL131.46º44.28%39.41%-
HSV(B)131.46º61.38%56.86%-
XYZ12.9621.579.78-
YUV110.18107.0189.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=20.44%
G=52.92%
B=26.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56145730.6100.500.43131.4644.2839.41
Hex3891493D0322B832c27
Octal7022111175062532035447
Binary111000100100011001001111101011001010101110000011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389149; }

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

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

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

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

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

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

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

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