#34995C

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

Shades of Eucalyptus #34995C

Tints of Eucalyptus #34995C

Color information

#34995C (or 0x34995C) is unknown color: approx Eucalyptus. HEX triplet: 34, 99 and 5C. RGB value is (52,153,92). Sum of RGB (Red+Green+Blue) = 52+153+92=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #34995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34995C is #CB66A3. Grayscale: #737373. Windows color (decimal): -13330084 or 6068532. OLE color: 6068532.

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

Color convert

RGB5215392-
CMYK0.6600.400.4
HSL143.76º49.27%40.2%-
HSV(B)143.76º66.01%60%-
XYZ14.7424.2914.04-
YUV115.85114.5482.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 153 (60.16% from 255) = 51.52%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=17.51%
G=51.52%
B=30.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153920.6600.400.4143.7649.2740.2
Hex34995C4202828903128
Octal64231134102050502206150
Binary1101001001100110111001000010010100010100010010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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