#38996F

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

Shades of Eucalyptus #38996F

Tints of Eucalyptus #38996F

Color information

#38996F (or 0x38996F) is unknown color: approx Eucalyptus. HEX triplet: 38, 99 and 6F. RGB value is (56,153,111). Sum of RGB (Red+Green+Blue) = 56+153+111=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #38996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38996F is #C76690. Grayscale: #777777. Windows color (decimal): -13067921 or 7313720. OLE color: 7313720.

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

Color convert

RGB56153111-
CMYK0.6300.270.4
HSL154.02º46.41%40.98%-
HSV(B)154.02º63.4%60%-
XYZ15.8924.7718.98-
YUV119.21123.3682.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.5%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=17.5%
G=47.81%
B=34.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561531110.6300.270.4154.0246.4140.98
Hex38996F3F01B289a2e29
Octal7023115777033502325651
Binary11100010011001110111111111101101110100010011010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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