Html Css Color HEX #349771 Eucalyptus

📋 copy color: '#349771'

red 52 ◦ green 151 ◦ blue 113

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

Shades of Eucalyptus #349771

Tints of Eucalyptus #349771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.78%

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 16.46%
G = 47.78%
B = 35.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#349771 (or 0x349771) is known color: Eucalyptus. HEX triplet: 34, 97 and 71. RGB value is (52,151,113). Sum of RGB (Red+Green+Blue) = 52+151+113=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #349771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349771 is #CB688E. Grayscale: #757575. Windows color (decimal): -13330575 or 7444276. OLE color: 7444276.

HSL color Cylindrical-coordinate representation of color #349771: hue angle of 156.97º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349771 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 151 113 -
CMYK 0.66 0 0.25 0.41
HSL 156.97º 0.49% 0.4% -
HSV(B) 156.97º 0.66% 0.59% -
XYZ 15.46 24.06 19.45 -
YUV 117.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 52 151 113 0.66 0 0.25 0.41 156.97 0.49 0.4
Hex 34 97 71 42 0 19 29 9D 31 28
Octal 64 227 161 102 0 31 51 235 61 50
Binary 110100 10010111 1110001 1000010 0 11001 101001 10011101 110001 101000

Color Harmonies of #349771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349771

Black with #349771

Text Example


Text Example

White with #349771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349771; }

 p { color: rgb(52,151,113); }

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

background-color css

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

 a { background-color: rgb(52,151,113); }

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

border-color css

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

 span { border-color: rgb(52,151,113); }

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