#389650

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

Shades of Chateau Green #389650

Tints of Chateau Green #389650

Color information

#389650 (or 0x389650) is unknown color: approx Chateau Green. HEX triplet: 38, 96 and 50. RGB value is (56,150,80). Sum of RGB (Red+Green+Blue) = 56+150+80=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #389650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389650 is #C769AF. Grayscale: #727272. Windows color (decimal): -13068720 or 5281336. OLE color: 5281336.

HSL color Cylindrical-coordinate representation of color #389650: hue angle of 135.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389650 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB5615080-
CMYK0.6300.470.41
HSL135.32º45.63%40.39%-
HSV(B)135.32º62.67%58.82%-
XYZ13.9923.2311.34-
YUV113.91108.8686.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 150 (58.98% from 255) = 52.45%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=19.58%
G=52.45%
B=27.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56150800.6300.470.41135.3245.6340.39
Hex3896503F02F29872e28
Octal7022612077057512075650
Binary111000100101101010000111111010111110100110000111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389650; }

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

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

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

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

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

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

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

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