#34986B

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

Shades of Eucalyptus #34986B

Tints of Eucalyptus #34986B

Color information

#34986B (or 0x34986B) is unknown color: approx Eucalyptus. HEX triplet: 34, 98 and 6B. RGB value is (52,152,107). Sum of RGB (Red+Green+Blue) = 52+152+107=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #34986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34986B is #CB6794. Grayscale: #757575. Windows color (decimal): -13330325 or 7051316. OLE color: 7051316.

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

Color convert

RGB52152107-
CMYK0.6600.300.40
HSL153º49.02%40%-
HSV(B)153º65.79%59.61%-
XYZ15.324.2517.78-
YUV116.97122.3781.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=16.72%
G=48.87%
B=34.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521521070.6600.300.4015349.0240
Hex34986B4201E28993128
Octal64230153102036502316150
Binary110100100110001101011100001001111010100010011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,152,107); }

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

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

 a { background-color: rgb(52,152,107); }

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

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

 span { border-color: rgb(52,152,107); }

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