#34985d

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

Shades of Eucalyptus #34985D

Tints of Eucalyptus #34985D

Color information

#34985D (or 0x34985D) is unknown color: approx Eucalyptus. HEX triplet: 34, 98 and 5D. RGB value is (52,152,93). Sum of RGB (Red+Green+Blue) = 52+152+93=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #34985D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34985D is #CB67A2. Grayscale: #737373. Windows color (decimal): -13330339 or 6133812. OLE color: 6133812.

HSL color Cylindrical-coordinate representation of color #34985D: hue angle of 144.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34985D is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB5215293-
CMYK0.6600.390.40
HSL144.6º49.02%40%-
HSV(B)144.6º65.79%59.61%-
XYZ14.6223.9814.21-
YUV115.37115.3782.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=17.51%
G=51.18%
B=31.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152930.6600.390.40144.649.0240
Hex34985D4202728913128
Octal64230135102047502216150
Binary1101001001100010111011000010010011110100010010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34985d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34985d; }

 p { color: rgb(52,152,93); }

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

<style>
 a { background-color: #34985d; }

 a { background-color: rgb(52,152,93); }

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

<style>
 span { border-color: #34985d; }

 span { border-color: rgb(52,152,93); }

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