#389353

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

Shades of Chateau Green #389353

Tints of Chateau Green #389353

Color information

#389353 (or 0x389353) is unknown color: approx Chateau Green. HEX triplet: 38, 93 and 53. RGB value is (56,147,83). Sum of RGB (Red+Green+Blue) = 56+147+83=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #389353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389353 is #C76CAC. Grayscale: #707070. Windows color (decimal): -13069485 or 5477176. OLE color: 5477176.

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

Color convert

RGB5614783-
CMYK0.6200.440.42
HSL137.8º44.83%39.8%-
HSV(B)137.8º61.9%57.65%-
XYZ13.6322.3311.78-
YUV112.5111.3587.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 147 (57.81% from 255) = 51.40%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=19.58%
G=51.40%
B=29.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56147830.6200.440.42137.844.8339.8
Hex3893533E02C2A8a2d28
Octal7022312376054522125550
Binary111000100100111010011111110010110010101010001010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389353; }

 p { color: rgb(56,147,83); }

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

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

 a { background-color: rgb(56,147,83); }

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

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

 span { border-color: rgb(56,147,83); }

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