#38946E

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

Shades of Eucalyptus #38946E

Tints of Eucalyptus #38946E

Color information

#38946E (or 0x38946E) is unknown color: approx Eucalyptus. HEX triplet: 38, 94 and 6E. RGB value is (56,148,110). Sum of RGB (Red+Green+Blue) = 56+148+110=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #38946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38946E is #C76B91. Grayscale: #747474. Windows color (decimal): -13069202 or 7246904. OLE color: 7246904.

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

Color convert

RGB56148110-
CMYK0.6200.260.42
HSL155.22º45.1%40%-
HSV(B)155.22º62.16%58.04%-
XYZ15.0423.1518.43-
YUV116.16124.5285.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=17.83%
G=47.13%
B=35.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561481100.6200.260.42155.2245.140
Hex38946E3E01A2A9b2d28
Octal7022415676032522335550
Binary11100010010100110111011111001101010101010011011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38946E; }

 p { color: rgb(56,148,110); }

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

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

 a { background-color: rgb(56,148,110); }

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

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

 span { border-color: rgb(56,148,110); }

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