#389867

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

Shades of Eucalyptus #389867

Tints of Eucalyptus #389867

Color information

#389867 (or 0x389867) is unknown color: approx Eucalyptus. HEX triplet: 38, 98 and 67. RGB value is (56,152,103). Sum of RGB (Red+Green+Blue) = 56+152+103=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #389867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389867 is #C76798. Grayscale: #757575. Windows color (decimal): -13068185 or 6789176. OLE color: 6789176.

HSL color Cylindrical-coordinate representation of color #389867: hue angle of 149.38º 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 #389867 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB56152103-
CMYK0.6300.320.40
HSL149.38º46.15%40.78%-
HSV(B)149.38º63.16%59.61%-
XYZ15.3124.2816.71-
YUV117.71119.783.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 103 (40.62% from 255) = 33.12%
R=18.01%
G=48.87%
B=33.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521030.6300.320.40149.3846.1540.78
Hex3898673F02028952e29
Octal7023014777040502255651
Binary111000100110001100111111111010000010100010010101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389867; }

 p { color: rgb(56,152,103); }

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

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

 a { background-color: rgb(56,152,103); }

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

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

 span { border-color: rgb(56,152,103); }

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