#348E64

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

Shades of Eucalyptus #348E64

Tints of Eucalyptus #348E64

Color information

#348E64 (or 0x348E64) is unknown color: approx Eucalyptus. HEX triplet: 34, 8E and 64. RGB value is (52,142,100). Sum of RGB (Red+Green+Blue) = 52+142+100=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #348E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E64 is #CB719B. Grayscale: #6E6E6E. Windows color (decimal): -13332892 or 6590004. OLE color: 6590004.

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

Color convert

RGB52142100-
CMYK0.6300.300.44
HSL152º46.39%38.04%-
HSV(B)152º63.38%55.69%-
XYZ13.392115.4-
YUV110.3122.1886.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=17.69%
G=48.30%
B=34.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421000.6300.300.4415246.3938.04
Hex348E643F01E2C982e26
Octal6421614477036542305646
Binary11010010001110110010011111101111010110010011000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348E64; }

 p { color: rgb(52,142,100); }

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

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

 a { background-color: rgb(52,142,100); }

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

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

 span { border-color: rgb(52,142,100); }

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