#34926A

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

Shades of Eucalyptus #34926A

Tints of Eucalyptus #34926A

Color information

#34926A (or 0x34926A) is unknown color: approx Eucalyptus. HEX triplet: 34, 92 and 6A. RGB value is (52,146,106). Sum of RGB (Red+Green+Blue) = 52+146+106=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #34926A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34926A is #CB6D95. Grayscale: #717171. Windows color (decimal): -13331862 or 6984244. OLE color: 6984244.

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

Color convert

RGB52146106-
CMYK0.6400.270.43
HSL154.47º47.47%38.82%-
HSV(B)154.47º64.38%57.25%-
XYZ14.322.3317.19-
YUV113.33123.8684.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=17.11%
G=48.03%
B=34.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521461060.6400.270.43154.4747.4738.82
Hex34926A4001B2B9a2f27
Octal64222152100033532325747
Binary110100100100101101010100000001101110101110011010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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