Html Css Color HEX #349559 Eucalyptus

📋 copy color: '#349559'

red 52 ◦ green 149 ◦ blue 89

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

Shades of Eucalyptus #349559

Tints of Eucalyptus #349559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.38%

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

R = 17.93%
G = 51.38%
B = 30.69%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#349559 (or 0x349559) is known color: Eucalyptus. HEX triplet: 34, 95 and 59. RGB value is (52,149,89). Sum of RGB (Red+Green+Blue) = 52+149+89=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #349559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349559 is #CB6AA6. Grayscale: #717171. Windows color (decimal): -13331111 or 5870900. OLE color: 5870900.

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

Color convert

RGB 52 149 89 -
CMYK 0.65 0 0.40 0.42
HSL 142.89º 0.48% 0.39% -
HSV(B) 142.89º 0.65% 0.58% -
XYZ 13.97 22.95 13.14 -
YUV 113.16 114.36 84.38 -
System Red Green Blue C M Y K H S L
Decimal 52 149 89 0.65 0 0.40 0.42 142.89 0.48 0.39
Hex 34 95 59 41 0 28 2A 8F 30 27
Octal 64 225 131 101 0 50 52 217 60 47
Binary 110100 10010101 1011001 1000001 0 101000 101010 10001111 110000 100111

Color Harmonies of #349559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349559

Black with #349559

Text Example


Text Example

White with #349559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349559; }

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

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

background-color css

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

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

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

border-color css

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

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

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