#348E69

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

Shades of Eucalyptus #348E69

Tints of Eucalyptus #348E69

Color information

#348E69 (or 0x348E69) is unknown color: approx Eucalyptus. HEX triplet: 34, 8E and 69. RGB value is (52,142,105). Sum of RGB (Red+Green+Blue) = 52+142+105=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #348E69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E69 is #CB7196. Grayscale: #6E6E6E. Windows color (decimal): -13332887 or 6917684. OLE color: 6917684.

HSL color Cylindrical-coordinate representation of color #348E69: hue angle of 155.33º 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 #348E69 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB52142105-
CMYK0.6300.260.44
HSL155.33º46.39%38.04%-
HSV(B)155.33º63.38%55.69%-
XYZ13.6421.116.72-
YUV110.87124.6886.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=17.39%
G=47.49%
B=35.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421050.6300.260.44155.3346.3938.04
Hex348E693F01A2C9b2e26
Octal6421615177032542335646
Binary11010010001110110100111111101101010110010011011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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