#3B915C

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

Shades of Eucalyptus #3B915C

Tints of Eucalyptus #3B915C

Color information

#3B915C (or 0x3B915C) is unknown color: approx Eucalyptus. HEX triplet: 3B, 91 and 5C. RGB value is (59,145,92). Sum of RGB (Red+Green+Blue) = 59+145+92=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #3B915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B915C is #C46EA3. Grayscale: #717171. Windows color (decimal): -12873380 or 6066491. OLE color: 6066491.

HSL color Cylindrical-coordinate representation of color #3B915C: hue angle of 143.02º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B915C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB5914592-
CMYK0.5900.370.43
HSL143.02º42.16%40%-
HSV(B)143.02º59.31%56.86%-
XYZ13.8621.9513.63-
YUV113.24116.0189.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.93%
GREEN value IS 145 (57.03% from 255) = 48.99%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=19.93%
G=48.99%
B=31.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59145920.5900.370.43143.0242.1640
Hex3B915C3B0252B8f2a28
Octal7322113473045532175250
Binary111011100100011011100111011010010110101110001111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B915C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,145,92); }

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

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

 a { background-color: rgb(59,145,92); }

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

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

 span { border-color: rgb(59,145,92); }

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