#38946D

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

Shades of Eucalyptus #38946D

Tints of Eucalyptus #38946D

Color information

#38946D (or 0x38946D) is unknown color: approx Eucalyptus. HEX triplet: 38, 94 and 6D. RGB value is (56,148,109). Sum of RGB (Red+Green+Blue) = 56+148+109=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #38946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38946D is #C76B92. Grayscale: #747474. Windows color (decimal): -13069203 or 7181368. OLE color: 7181368.

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

Color convert

RGB56148109-
CMYK0.6200.260.42
HSL154.57º45.1%40%-
HSV(B)154.57º62.16%58.04%-
XYZ14.9823.1218.14-
YUV116.05124.0285.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 109 (42.97% from 255) = 34.82%
R=17.89%
G=47.28%
B=34.82%

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
Decimal561481090.6200.260.42154.5745.140
Hex38946D3E01A2A9b2d28
Octal7022415576032522335550
Binary11100010010100110110111111001101010101010011011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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