#34925E

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

Shades of Eucalyptus #34925E

Tints of Eucalyptus #34925E

Color information

#34925E (or 0x34925E) is unknown color: approx Eucalyptus. HEX triplet: 34, 92 and 5E. RGB value is (52,146,94). Sum of RGB (Red+Green+Blue) = 52+146+94=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #34925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34925E is #CB6DA1. Grayscale: #707070. Windows color (decimal): -13331874 or 6197812. OLE color: 6197812.

HSL color Cylindrical-coordinate representation of color #34925E: hue angle of 146.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34925E is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB5214694-
CMYK0.6400.360.43
HSL146.81º47.47%38.82%-
HSV(B)146.81º64.38%57.25%-
XYZ13.7222.114.13-
YUV111.97117.8685.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 146 (57.42% from 255) = 50%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=17.81%
G=50%
B=32.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146940.6400.360.43146.8147.4738.82
Hex34925E400242B932f27
Octal64222136100044532235747
Binary1101001001001010111101000000010010010101110010011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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