Html Css Color HEX #349C59 Eucalyptus

📋 copy color: '#349C59'

red 52 ◦ green 156 ◦ blue 89

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

Shades of Eucalyptus #349C59

Tints of Eucalyptus #349C59

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.53%

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

R = 17.51%
G = 52.53%
B = 29.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#349C59 (or 0x349C59) is known color: Eucalyptus. HEX triplet: 34, 9C and 59. RGB value is (52,156,89). Sum of RGB (Red+Green+Blue) = 52+156+89=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 156 (61.33% from 255 or 52.53% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 156 - color contains mainly: green. Hex color #349C59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C59 is #CB63A6. Grayscale: #757575. Windows color (decimal): -13329319 or 5872692. OLE color: 5872692.

HSL color Cylindrical-coordinate representation of color #349C59: hue angle of 141.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C59 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 89 -
CMYK 0.67 0 0.43 0.39
HSL 141.35º 0.5% 0.41% -
HSV(B) 141.35º 0.67% 0.61% -
XYZ 15.11 25.23 13.52 -
YUV 117.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 52 156 89 0.67 0 0.43 0.39 141.35 0.5 0.41
Hex 34 9C 59 43 0 2B 27 8D 32 29
Octal 64 234 131 103 0 53 47 215 62 51
Binary 110100 10011100 1011001 1000011 0 101011 100111 10001101 110010 101001

Color Harmonies of #349C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C59

Black with #349C59

Text Example


Text Example

White with #349C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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