#3BA168

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

Shades of Eucalyptus #3BA168

Tints of Eucalyptus #3BA168

Color information

#3BA168 (or 0x3BA168) is unknown color: approx Eucalyptus. HEX triplet: 3B, A1 and 68. RGB value is (59,161,104). Sum of RGB (Red+Green+Blue) = 59+161+104=324 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.21% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #3BA168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA168 is #C45E97. Grayscale: #7C7C7C. Windows color (decimal): -12869272 or 6857019. OLE color: 6857019.

HSL color Cylindrical-coordinate representation of color #3BA168: hue angle of 146.47º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA168 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB59161104-
CMYK0.6300.350.37
HSL146.47º46.36%43.14%-
HSV(B)146.47º63.35%63.14%-
XYZ17.0527.4217.49-
YUV124116.7181.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.21%
GREEN value IS 161 (63.28% from 255) = 49.69%
BLUE value IS 104 (41.02% from 255) = 32.10%
R=18.21%
G=49.69%
B=32.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal591611040.6300.350.37146.4746.3643.14
Hex3BA1683F02325922e2b
Octal7324115077043452225653
Binary111011101000011101000111111010001110010110010010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,161,104); }

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

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

 a { background-color: rgb(59,161,104); }

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

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

 span { border-color: rgb(59,161,104); }

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