#389361

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

Shades of Eucalyptus #389361

Tints of Eucalyptus #389361

Color information

#389361 (or 0x389361) is unknown color: approx Eucalyptus. HEX triplet: 38, 93 and 61. RGB value is (56,147,97). Sum of RGB (Red+Green+Blue) = 56+147+97=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #389361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389361 is #C76C9E. Grayscale: #727272. Windows color (decimal): -13069471 or 6394680. OLE color: 6394680.

HSL color Cylindrical-coordinate representation of color #389361: hue angle of 147.03º 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 #389361 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB5614797-
CMYK0.6200.340.42
HSL147.03º44.83%39.8%-
HSV(B)147.03º61.9%57.65%-
XYZ14.2222.5714.92-
YUV114.09118.3586.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.67%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=18.67%
G=49%
B=32.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56147970.6200.340.42147.0344.8339.8
Hex3893613E0222A932d28
Octal7022314176042522235550
Binary111000100100111100001111110010001010101010010011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389361; }

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

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

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

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

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

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

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

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