#34975E

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

Shades of Eucalyptus #34975E

Tints of Eucalyptus #34975E

Color information

#34975E (or 0x34975E) is unknown color: approx Eucalyptus. HEX triplet: 34, 97 and 5E. RGB value is (52,151,94). Sum of RGB (Red+Green+Blue) = 52+151+94=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #34975E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34975E is #CB68A1. Grayscale: #737373. Windows color (decimal): -13330594 or 6199092. OLE color: 6199092.

HSL color Cylindrical-coordinate representation of color #34975E: hue angle of 145.45º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34975E is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB5215194-
CMYK0.6600.380.41
HSL145.45º48.77%39.8%-
HSV(B)145.45º65.56%59.22%-
XYZ14.523.6714.39-
YUV114.9116.283.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 151 (59.38% from 255) = 50.84%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=17.51%
G=50.84%
B=31.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151940.6600.380.41145.4548.7739.8
Hex34975E4202629913128
Octal64227136102046512216150
Binary1101001001011110111101000010010011010100110010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34975E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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