Html Css Color HEX #349161 Eucalyptus

📋 copy color: '#349161'

red 52 ◦ green 145 ◦ blue 97

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

Shades of Eucalyptus #349161

Tints of Eucalyptus #349161

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.32%

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 17.69%
G = 49.32%
B = 32.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#349161 (or 0x349161) is known color: Eucalyptus. HEX triplet: 34, 91 and 61. RGB value is (52,145,97). Sum of RGB (Red+Green+Blue) = 52+145+97=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #349161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349161 is #CB6E9E. Grayscale: #6F6F6F. Windows color (decimal): -13332127 or 6394164. OLE color: 6394164.

HSL color Cylindrical-coordinate representation of color #349161: hue angle of 149.03º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349161 is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 97 -
CMYK 0.64 0 0.33 0.43
HSL 149.03º 0.47% 0.39% -
HSV(B) 149.03º 0.64% 0.57% -
XYZ 13.7 21.84 14.8 -
YUV 111.72 119.69 85.4 -
System Red Green Blue C M Y K H S L
Decimal 52 145 97 0.64 0 0.33 0.43 149.03 0.47 0.39
Hex 34 91 61 40 0 21 2B 95 2F 27
Octal 64 221 141 100 0 41 53 225 57 47
Binary 110100 10010001 1100001 1000000 0 100001 101011 10010101 101111 100111

Color Harmonies of #349161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349161

Black with #349161

Text Example


Text Example

White with #349161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349161; }

 p { color: rgb(52,145,97); }

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

background-color css

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

 a { background-color: rgb(52,145,97); }

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

border-color css

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

 span { border-color: rgb(52,145,97); }

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