#349266

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

Shades of Eucalyptus #349266

Tints of Eucalyptus #349266

Color information

#349266 (or 0x349266) is unknown color: approx Eucalyptus. HEX triplet: 34, 92 and 66. RGB value is (52,146,102). Sum of RGB (Red+Green+Blue) = 52+146+102=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #349266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349266 is #CB6D99. Grayscale: #707070. Windows color (decimal): -13331866 or 6722100. OLE color: 6722100.

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

Color convert

RGB52146102-
CMYK0.6400.300.43
HSL151.91º47.47%38.82%-
HSV(B)151.91º64.38%57.25%-
XYZ14.0922.2516.12-
YUV112.88121.8684.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.33%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 102 (40.23% from 255) = 34%
R=17.33%
G=48.67%
B=34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521461020.6400.300.43151.9147.4738.82
Hex3492664001E2B982f27
Octal64222146100036532305747
Binary110100100100101100110100000001111010101110011000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349266; }

 p { color: rgb(52,146,102); }

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

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

 a { background-color: rgb(52,146,102); }

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

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

 span { border-color: rgb(52,146,102); }

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