#349D72

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

Shades of Eucalyptus #349D72

Tints of Eucalyptus #349D72

Color information

#349D72 (or 0x349D72) is unknown color: approx Eucalyptus. HEX triplet: 34, 9D and 72. RGB value is (52,157,114). Sum of RGB (Red+Green+Blue) = 52+157+114=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #349D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D72 is #CB628D. Grayscale: #787878. Windows color (decimal): -13329038 or 7511348. OLE color: 7511348.

HSL color Cylindrical-coordinate representation of color #349D72: hue angle of 155.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349D72 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB52157114-
CMYK0.6700.270.38
HSL155.43º50.24%40.98%-
HSV(B)155.43º66.88%61.57%-
XYZ16.5126.0620.08-
YUV120.7124.2179-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 157 (61.72% from 255) = 48.61%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=16.10%
G=48.61%
B=35.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521571140.6700.270.38155.4350.2440.98
Hex349D724301B269b3229
Octal64235162103033462336251
Binary110100100111011110010100001101101110011010011011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349D72; }

 p { color: rgb(52,157,114); }

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

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

 a { background-color: rgb(52,157,114); }

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

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

 span { border-color: rgb(52,157,114); }

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