#34975A

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

Shades of Eucalyptus #34975A

Tints of Eucalyptus #34975A

Color information

#34975A (or 0x34975A) is unknown color: approx Eucalyptus. HEX triplet: 34, 97 and 5A. RGB value is (52,151,90). Sum of RGB (Red+Green+Blue) = 52+151+90=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #34975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34975A is #CB68A5. Grayscale: #727272. Windows color (decimal): -13330598 or 5936948. OLE color: 5936948.

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

Color convert

RGB5215190-
CMYK0.6600.400.41
HSL143.03º48.77%39.8%-
HSV(B)143.03º65.56%59.22%-
XYZ14.3323.613.47-
YUV114.44114.283.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 151 (59.38% from 255) = 51.54%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=17.75%
G=51.54%
B=30.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151900.6600.400.41143.0348.7739.8
Hex34975A42028298f3128
Octal64227132102050512176150
Binary1101001001011110110101000010010100010100110001111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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