#348C67

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

Shades of Eucalyptus #348C67

Tints of Eucalyptus #348C67

Color information

#348C67 (or 0x348C67) is unknown color: approx Eucalyptus. HEX triplet: 34, 8C and 67. RGB value is (52,140,103). Sum of RGB (Red+Green+Blue) = 52+140+103=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #348C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C67 is #CB7398. Grayscale: #6D6D6D. Windows color (decimal): -13333401 or 6786100. OLE color: 6786100.

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

Color convert

RGB52140103-
CMYK0.6300.260.45
HSL154.77º45.83%37.65%-
HSV(B)154.77º62.86%54.9%-
XYZ13.2420.4716.08-
YUV109.47124.3587.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=17.63%
G=47.46%
B=34.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521401030.6300.260.45154.7745.8337.65
Hex348C673F01A2D9b2e26
Octal6421414777032552335646
Binary11010010001100110011111111101101010110110011011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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