#34985E

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

Shades of Eucalyptus #34985E

Tints of Eucalyptus #34985E

Color information

#34985E (or 0x34985E) is unknown color: approx Eucalyptus. HEX triplet: 34, 98 and 5E. RGB value is (52,152,94). Sum of RGB (Red+Green+Blue) = 52+152+94=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #34985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34985E is #CB67A1. Grayscale: #737373. Windows color (decimal): -13330338 or 6199348. OLE color: 6199348.

HSL color Cylindrical-coordinate representation of color #34985E: hue angle of 145.2º 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 #34985E is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB5215294-
CMYK0.6600.380.40
HSL145.2º49.02%40%-
HSV(B)145.2º65.79%59.61%-
XYZ14.6623.9914.45-
YUV115.49115.8782.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=17.45%
G=51.01%
B=31.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152940.6600.380.40145.249.0240
Hex34985E4202628913128
Octal64230136102046502216150
Binary1101001001100010111101000010010011010100010010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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