#349065

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

Shades of Eucalyptus #349065

Tints of Eucalyptus #349065

Color information

#349065 (or 0x349065) is unknown color: approx Eucalyptus. HEX triplet: 34, 90 and 65. RGB value is (52,144,101). Sum of RGB (Red+Green+Blue) = 52+144+101=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #349065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349065 is #CB6F9A. Grayscale: #6F6F6F. Windows color (decimal): -13332379 or 6656052. OLE color: 6656052.

HSL color Cylindrical-coordinate representation of color #349065: hue angle of 151.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349065 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB52144101-
CMYK0.6400.300.44
HSL151.96º46.94%38.43%-
HSV(B)151.96º63.89%56.47%-
XYZ13.7421.6215.76-
YUV111.59122.0285.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=17.51%
G=48.48%
B=34.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441010.6400.300.44151.9646.9438.43
Hex3490654001E2C982f26
Octal64220145100036542305746
Binary110100100100001100101100000001111010110010011000101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349065; }

 p { color: rgb(52,144,101); }

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

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

 a { background-color: rgb(52,144,101); }

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

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

 span { border-color: rgb(52,144,101); }

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