#34975C

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

Shades of Eucalyptus #34975C

Tints of Eucalyptus #34975C

Color information

#34975C (or 0x34975C) is unknown color: approx Eucalyptus. HEX triplet: 34, 97 and 5C. RGB value is (52,151,92). Sum of RGB (Red+Green+Blue) = 52+151+92=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #34975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34975C is #CB68A3. Grayscale: #727272. Windows color (decimal): -13330596 or 6068020. OLE color: 6068020.

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

Color convert

RGB5215192-
CMYK0.6600.390.41
HSL144.24º48.77%39.8%-
HSV(B)144.24º65.56%59.22%-
XYZ14.4123.6413.93-
YUV114.67115.283.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 151 (59.38% from 255) = 51.19%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=17.63%
G=51.19%
B=31.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52151920.6600.390.41144.2448.7739.8
Hex34975C4202729903128
Octal64227134102047512206150
Binary1101001001011110111001000010010011110100110010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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