Html Css Color HEX #349C58 Eucalyptus

📋 copy color: '#349C58'

red 52 ◦ green 156 ◦ blue 88

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

Shades of Eucalyptus #349C58

Tints of Eucalyptus #349C58

RGB

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

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

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

R = 17.57%
G = 52.7%
B = 29.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#349C58 (or 0x349C58) is known color: Eucalyptus. HEX triplet: 34, 9C and 58. RGB value is (52,156,88). Sum of RGB (Red+Green+Blue) = 52+156+88=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #349C58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C58 is #CB63A7. Grayscale: #757575. Windows color (decimal): -13329320 or 5807156. OLE color: 5807156.

HSL color Cylindrical-coordinate representation of color #349C58: hue angle of 140.77º 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 #349C58 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 88 -
CMYK 0.67 0 0.44 0.39
HSL 140.77º 0.5% 0.41% -
HSV(B) 140.77º 0.67% 0.61% -
XYZ 15.07 25.21 13.3 -
YUV 117.15 111.54 81.53 -
System Red Green Blue C M Y K H S L
Decimal 52 156 88 0.67 0 0.44 0.39 140.77 0.5 0.41
Hex 34 9C 58 43 0 2C 27 8D 32 29
Octal 64 234 130 103 0 54 47 215 62 51
Binary 110100 10011100 1011000 1000011 0 101100 100111 10001101 110010 101001

Color Harmonies of #349C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C58

Black with #349C58

Text Example


Text Example

White with #349C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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