Html Css Color HEX #349C57 Eucalyptus

📋 copy color: '#349C57'

red 52 ◦ green 156 ◦ blue 87

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

Shades of Eucalyptus #349C57

Tints of Eucalyptus #349C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.49%

R = 17.63%
G = 52.88%
B = 29.49%

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

#349C57 (or 0x349C57) is known color: Eucalyptus. HEX triplet: 34, 9C and 57. RGB value is (52,156,87). Sum of RGB (Red+Green+Blue) = 52+156+87=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #349C57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C57 is #CB63A8. Grayscale: #757575. Windows color (decimal): -13329321 or 5741620. OLE color: 5741620.

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

Color convert

RGB 52 156 87 -
CMYK 0.67 0 0.44 0.39
HSL 140.19º 0.5% 0.41% -
HSV(B) 140.19º 0.67% 0.61% -
XYZ 15.02 25.2 13.09 -
YUV 117.04 111.04 81.61 -
System Red Green Blue C M Y K H S L
Decimal 52 156 87 0.67 0 0.44 0.39 140.19 0.5 0.41
Hex 34 9C 57 43 0 2C 27 8C 32 29
Octal 64 234 127 103 0 54 47 214 62 51
Binary 110100 10011100 1010111 1000011 0 101100 100111 10001100 110010 101001

Color Harmonies of #349C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C57

Black with #349C57

Text Example


Text Example

White with #349C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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