Html Css Color HEX #349659 Eucalyptus

📋 copy color: '#349659'

red 52 ◦ green 150 ◦ blue 89

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

Shades of Eucalyptus #349659

Tints of Eucalyptus #349659

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

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

R = 17.87%
G = 51.55%
B = 30.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#349659 (or 0x349659) is known color: Eucalyptus. HEX triplet: 34, 96 and 59. RGB value is (52,150,89). Sum of RGB (Red+Green+Blue) = 52+150+89=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #349659 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349659 is #CB69A6. Grayscale: #717171. Windows color (decimal): -13330855 or 5871156. OLE color: 5871156.

HSL color Cylindrical-coordinate representation of color #349659: hue angle of 142.65º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349659 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 89 -
CMYK 0.65 0 0.41 0.41
HSL 142.65º 0.49% 0.4% -
HSV(B) 142.65º 0.65% 0.59% -
XYZ 14.13 23.26 13.2 -
YUV 113.74 114.03 83.96 -
System Red Green Blue C M Y K H S L
Decimal 52 150 89 0.65 0 0.41 0.41 142.65 0.49 0.4
Hex 34 96 59 41 0 29 29 8F 31 28
Octal 64 226 131 101 0 51 51 217 61 50
Binary 110100 10010110 1011001 1000001 0 101001 101001 10001111 110001 101000

Color Harmonies of #349659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349659

Black with #349659

Text Example


Text Example

White with #349659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349659; }

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

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

background-color css

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

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

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

border-color css

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

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

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