#348C61

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

Shades of Eucalyptus #348C61

Tints of Eucalyptus #348C61

Color information

#348C61 (or 0x348C61) is unknown color: approx Eucalyptus. HEX triplet: 34, 8C and 61. RGB value is (52,140,97). Sum of RGB (Red+Green+Blue) = 52+140+97=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #348C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C61 is #CB739E. Grayscale: #6C6C6C. Windows color (decimal): -13333407 or 6392884. OLE color: 6392884.

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

Color convert

RGB5214097-
CMYK0.6300.310.45
HSL150.68º45.83%37.65%-
HSV(B)150.68º62.86%54.9%-
XYZ12.9520.3514.55-
YUV108.79121.3587.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 140 (55.08% from 255) = 48.44%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=17.99%
G=48.44%
B=33.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52140970.6300.310.45150.6845.8337.65
Hex348C613F01F2D972e26
Octal6421414177037552275646
Binary11010010001100110000111111101111110110110010111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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