#34925A

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

Shades of Eucalyptus #34925A

Tints of Eucalyptus #34925A

Color information

#34925A (or 0x34925A) is unknown color: approx Eucalyptus. HEX triplet: 34, 92 and 5A. RGB value is (52,146,90). Sum of RGB (Red+Green+Blue) = 52+146+90=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #34925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34925A is #CB6DA5. Grayscale: #6F6F6F. Windows color (decimal): -13331878 or 5935668. OLE color: 5935668.

HSL color Cylindrical-coordinate representation of color #34925A: hue angle of 144.26º 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 #34925A is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB5214690-
CMYK0.6400.380.43
HSL144.26º47.47%38.82%-
HSV(B)144.26º64.38%57.25%-
XYZ13.5422.0313.21-
YUV111.51115.8685.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=18.06%
G=50.69%
B=31.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146900.6400.380.43144.2647.4738.82
Hex34925A400262B902f27
Octal64222132100046532205747
Binary1101001001001010110101000000010011010101110010000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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