Html Css Color HEX #349959 Eucalyptus

📋 copy color: '#349959'

red 52 ◦ green 153 ◦ blue 89

#349959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #349959

Tints of Eucalyptus #349959

RGB

 RED value IS 52 (20.7% from 255) = 17.69%

 GREEN value IS 153 (60.16% from 255) = 52.04%

 BLUE value IS 89 (35.16% from 255) = 30.27%

R = 17.69%
G = 52.04%
B = 30.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#349959 (or 0x349959) is known color: Eucalyptus. HEX triplet: 34, 99 and 59. RGB value is (52,153,89). Sum of RGB (Red+Green+Blue) = 52+153+89=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #349959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349959 is #CB66A6. Grayscale: #737373. Windows color (decimal): -13330087 or 5871924. OLE color: 5871924.

HSL color Cylindrical-coordinate representation of color #349959: hue angle of 141.98º 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 #349959 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 89 -
CMYK 0.66 0 0.42 0.4
HSL 141.98º 0.49% 0.4% -
HSV(B) 141.98º 0.66% 0.6% -
XYZ 14.61 24.23 13.36 -
YUV 115.51 113.04 82.7 -
System Red Green Blue C M Y K H S L
Decimal 52 153 89 0.66 0 0.42 0.4 141.98 0.49 0.4
Hex 34 99 59 42 0 2A 28 8E 31 28
Octal 64 231 131 102 0 52 50 216 61 50
Binary 110100 10011001 1011001 1000010 0 101010 101000 10001110 110001 101000

Color Harmonies of #349959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349959

Black with #349959

Text Example


Text Example

White with #349959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349959; }

 p { color: rgb(52,153,89); }

 H1.HeaderClassName
 {
   color: #349959;
 }
 .AnyTagClassName
 {
   color: #349959;
 }
</style>

background-color css

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

 a { background-color: rgb(52,153,89); }

 div.DivClassName
 {
   background-color: #349959;
 }
 .BgClassName
 {
   background-color: #349959;
 }
</style>

border-color css

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

 span { border-color: rgb(52,153,89); }

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