#34935B

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

Shades of Eucalyptus #34935B

Tints of Eucalyptus #34935B

Color information

#34935B (or 0x34935B) is unknown color: approx Eucalyptus. HEX triplet: 34, 93 and 5B. RGB value is (52,147,91). Sum of RGB (Red+Green+Blue) = 52+147+91=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #34935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34935B is #CB6CA4. Grayscale: #707070. Windows color (decimal): -13331621 or 6001460. OLE color: 6001460.

HSL color Cylindrical-coordinate representation of color #34935B: hue angle of 144.63º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34935B is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB5214791-
CMYK0.6500.380.42
HSL144.63º47.74%39.02%-
HSV(B)144.63º64.63%57.65%-
XYZ13.7422.3513.49-
YUV112.21116.0385.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 147 (57.81% from 255) = 50.69%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=17.93%
G=50.69%
B=31.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52147910.6500.380.42144.6347.7439.02
Hex34935B410262A913027
Octal64223133101046522216047
Binary1101001001001110110111000001010011010101010010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34935B; }

 p { color: rgb(52,147,91); }

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

<style>
 a { background-color: #34935B; }

 a { background-color: rgb(52,147,91); }

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

<style>
 span { border-color: #34935B; }

 span { border-color: rgb(52,147,91); }

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