#33995E

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

Shades of Eucalyptus #33995E

Tints of Eucalyptus #33995E

Color information

#33995E (or 0x33995E) is unknown color: approx Eucalyptus. HEX triplet: 33, 99 and 5E. RGB value is (51,153,94). Sum of RGB (Red+Green+Blue) = 51+153+94=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #33995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33995E is #CC66A1. Grayscale: #737373. Windows color (decimal): -13395618 or 6199603. OLE color: 6199603.

HSL color Cylindrical-coordinate representation of color #33995E: hue angle of 145.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33995E is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB5115394-
CMYK0.6700.390.4
HSL145.29º50%40%-
HSV(B)145.29º66.67%60%-
XYZ14.7824.2914.5-
YUV115.78115.7181.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 153 (60.16% from 255) = 51.34%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=17.11%
G=51.34%
B=31.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51153940.6700.390.4145.295040
Hex33995E4302728913228
Octal63231136103047502216250
Binary1100111001100110111101000011010011110100010010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33995E; }

 p { color: rgb(51,153,94); }

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

<style>
 a { background-color: #33995E; }

 a { background-color: rgb(51,153,94); }

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

<style>
 span { border-color: #33995E; }

 span { border-color: rgb(51,153,94); }

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