#38986F

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

Shades of Eucalyptus #38986F

Tints of Eucalyptus #38986F

Color information

#38986F (or 0x38986F) is unknown color: approx Eucalyptus. HEX triplet: 38, 98 and 6F. RGB value is (56,152,111). Sum of RGB (Red+Green+Blue) = 56+152+111=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #38986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38986F is #C76790. Grayscale: #767676. Windows color (decimal): -13068177 or 7313464. OLE color: 7313464.

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

Color convert

RGB56152111-
CMYK0.6300.270.40
HSL154.38º46.15%40.78%-
HSV(B)154.38º63.16%59.61%-
XYZ15.7324.4418.93-
YUV118.62123.783.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 111 (43.75% from 255) = 34.80%
R=17.55%
G=47.65%
B=34.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521110.6300.270.40154.3846.1540.78
Hex38986F3F01B289a2e29
Octal7023015777033502325651
Binary11100010011000110111111111101101110100010011010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38986F; }

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

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

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

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

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

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

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

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