#339968

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

Shades of Eucalyptus #339968

Tints of Eucalyptus #339968

Color information

#339968 (or 0x339968) is unknown color: approx Eucalyptus. HEX triplet: 33, 99 and 68. RGB value is (51,153,104). Sum of RGB (Red+Green+Blue) = 51+153+104=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #339968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339968 is #CC6697. Grayscale: #757575. Windows color (decimal): -13395608 or 6854963. OLE color: 6854963.

HSL color Cylindrical-coordinate representation of color #339968: hue angle of 151.18º 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 #339968 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB51153104-
CMYK0.6700.320.4
HSL151.18º50%40%-
HSV(B)151.18º66.67%60%-
XYZ15.2624.4917.02-
YUV116.92120.7180.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 153 (60.16% from 255) = 49.68%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=16.56%
G=49.68%
B=33.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531040.6700.320.4151.185040
Hex3399684302028973228
Octal63231150103040502276250
Binary1100111001100111010001000011010000010100010010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339968; }

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

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

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

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

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

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

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

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