#3B996D

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

Shades of Eucalyptus #3B996D

Tints of Eucalyptus #3B996D

Color information

#3B996D (or 0x3B996D) is unknown color: approx Eucalyptus. HEX triplet: 3B, 99 and 6D. RGB value is (59,153,109). Sum of RGB (Red+Green+Blue) = 59+153+109=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #3B996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B996D is #C46692. Grayscale: #777777. Windows color (decimal): -12871315 or 7182651. OLE color: 7182651.

HSL color Cylindrical-coordinate representation of color #3B996D: hue angle of 151.91º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B996D is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB59153109-
CMYK0.6100.290.4
HSL151.91º44.34%41.57%-
HSV(B)151.91º61.44%60%-
XYZ15.9624.8218.42-
YUV119.88121.8684.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.38%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=18.38%
G=47.66%
B=33.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal591531090.6100.290.4151.9144.3441.57
Hex3B996D3D01D28982c2a
Octal7323115575035502305452
Binary11101110011001110110111110101110110100010011000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B996D; }

 p { color: rgb(59,153,109); }

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

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

 a { background-color: rgb(59,153,109); }

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

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

 span { border-color: rgb(59,153,109); }

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