Html Css Color HEX #349D58 Eucalyptus

📋 copy color: '#349D58'

red 52 ◦ green 157 ◦ blue 88

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

Shades of Eucalyptus #349D58

Tints of Eucalyptus #349D58

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.86%

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 17.51%
G = 52.86%
B = 29.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#349D58 (or 0x349D58) is known color: Eucalyptus. HEX triplet: 34, 9D and 58. RGB value is (52,157,88). Sum of RGB (Red+Green+Blue) = 52+157+88=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #349D58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D58 is #CB62A7. Grayscale: #757575. Windows color (decimal): -13329064 or 5807412. OLE color: 5807412.

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

Color convert

RGB 52 157 88 -
CMYK 0.67 0 0.44 0.38
HSL 140.57º 0.5% 0.41% -
HSV(B) 140.57º 0.67% 0.62% -
XYZ 15.23 25.55 13.36 -
YUV 117.74 111.21 81.11 -
System Red Green Blue C M Y K H S L
Decimal 52 157 88 0.67 0 0.44 0.38 140.57 0.5 0.41
Hex 34 9D 58 43 0 2C 26 8D 32 29
Octal 64 235 130 103 0 54 46 215 62 51
Binary 110100 10011101 1011000 1000011 0 101100 100110 10001101 110010 101001

Color Harmonies of #349D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D58

Black with #349D58

Text Example


Text Example

White with #349D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,157,88); }

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

background-color css

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

 a { background-color: rgb(52,157,88); }

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

border-color css

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

 span { border-color: rgb(52,157,88); }

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