#349468

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

Shades of Eucalyptus #349468

Tints of Eucalyptus #349468

Color information

#349468 (or 0x349468) is unknown color: approx Eucalyptus. HEX triplet: 34, 94 and 68. RGB value is (52,148,104). Sum of RGB (Red+Green+Blue) = 52+148+104=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #349468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349468 is #CB6B97. Grayscale: #727272. Windows color (decimal): -13331352 or 6853684. OLE color: 6853684.

HSL color Cylindrical-coordinate representation of color #349468: hue angle of 152.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349468 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB52148104-
CMYK0.6500.300.42
HSL152.5º48%39.22%-
HSV(B)152.5º64.86%58.04%-
XYZ14.522.9116.75-
YUV114.28122.283.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 148 (58.20% from 255) = 48.68%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=17.11%
G=48.68%
B=34.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481040.6500.300.42152.54839.22
Hex3494684101E2A983027
Octal64224150101036522306047
Binary110100100101001101000100000101111010101010011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349468; }

 p { color: rgb(52,148,104); }

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

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

 a { background-color: rgb(52,148,104); }

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

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

 span { border-color: rgb(52,148,104); }

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