Html Css Color HEX #349D72 Eucalyptus

📋 copy color: '#349D72'

red 52 ◦ green 157 ◦ blue 114

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

Shades of Eucalyptus #349D72

Tints of Eucalyptus #349D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 16.1%
G = 48.61%
B = 35.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#349D72 (or 0x349D72) is known color: Eucalyptus. HEX triplet: 34, 9D and 72. RGB value is (52,157,114). Sum of RGB (Red+Green+Blue) = 52+157+114=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #349D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D72 is #CB628D. Grayscale: #787878. Windows color (decimal): -13329038 or 7511348. OLE color: 7511348.

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

Color convert

RGB 52 157 114 -
CMYK 0.67 0 0.27 0.38
HSL 155.43º 0.5% 0.41% -
HSV(B) 155.43º 0.67% 0.62% -
XYZ 16.51 26.06 20.08 -
YUV 120.7 124.21 79 -
System Red Green Blue C M Y K H S L
Decimal 52 157 114 0.67 0 0.27 0.38 155.43 0.5 0.41
Hex 34 9D 72 43 0 1B 26 9B 32 29
Octal 64 235 162 103 0 33 46 233 62 51
Binary 110100 10011101 1110010 1000011 0 11011 100110 10011011 110010 101001

Color Harmonies of #349D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D72

Black with #349D72

Text Example


Text Example

White with #349D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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