#349961

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

Shades of Eucalyptus #349961

Tints of Eucalyptus #349961

Color information

#349961 (or 0x349961) is unknown color: approx Eucalyptus. HEX triplet: 34, 99 and 61. RGB value is (52,153,97). Sum of RGB (Red+Green+Blue) = 52+153+97=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #349961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349961 is #CB669E. Grayscale: #747474. Windows color (decimal): -13330079 or 6396212. OLE color: 6396212.

HSL color Cylindrical-coordinate representation of color #349961: hue angle of 146.73º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349961 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB5215397-
CMYK0.6600.370.4
HSL146.73º49.27%40.2%-
HSV(B)146.73º66.01%60%-
XYZ14.9724.3815.23-
YUV116.42117.0482.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=17.22%
G=50.66%
B=32.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153970.6600.370.4146.7349.2740.2
Hex3499614202528933128
Octal64231141102045502236150
Binary1101001001100111000011000010010010110100010010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349961; }

 p { color: rgb(52,153,97); }

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

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

 a { background-color: rgb(52,153,97); }

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

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

 span { border-color: rgb(52,153,97); }

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