#3BA26B

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

Shades of Eucalyptus #3BA26B

Tints of Eucalyptus #3BA26B

Color information

#3BA26B (or 0x3BA26B) is unknown color: approx Eucalyptus. HEX triplet: 3B, A2 and 6B. RGB value is (59,162,107). Sum of RGB (Red+Green+Blue) = 59+162+107=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA26B is #C45D94. Grayscale: #7D7D7D. Windows color (decimal): -12869013 or 7053883. OLE color: 7053883.

HSL color Cylindrical-coordinate representation of color #3BA26B: hue angle of 147.96º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA26B is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB59162107-
CMYK0.6400.340.36
HSL147.96º46.61%43.33%-
HSV(B)147.96º63.58%63.53%-
XYZ17.3827.8318.37-
YUV124.93117.8880.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 107 (42.19% from 255) = 32.62%
R=17.99%
G=49.39%
B=32.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal591621070.6400.340.36147.9646.6143.33
Hex3BA26B4002224942f2b
Octal73242153100042442245753
Binary1110111010001011010111000000010001010010010010100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,162,107); }

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

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

 a { background-color: rgb(59,162,107); }

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

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

 span { border-color: rgb(59,162,107); }

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