#389950

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

Shades of Chateau Green #389950

Tints of Chateau Green #389950

Color information

#389950 (or 0x389950) is unknown color: approx Chateau Green. HEX triplet: 38, 99 and 50. RGB value is (56,153,80). Sum of RGB (Red+Green+Blue) = 56+153+80=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #389950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389950 is #C766AF. Grayscale: #737373. Windows color (decimal): -13067952 or 5282104. OLE color: 5282104.

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

Color convert

RGB5615380-
CMYK0.6300.480.4
HSL134.85º46.41%40.98%-
HSV(B)134.85º63.4%60%-
XYZ14.4724.211.5-
YUV115.68107.8685.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 80 (31.64% from 255) = 27.68%
R=19.38%
G=52.94%
B=27.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56153800.6300.480.4134.8546.4140.98
Hex3899503F03028872e29
Octal7023112077060502075651
Binary111000100110011010000111111011000010100010000111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389950; }

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

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

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

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

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

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

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

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