Html Css Color HEX #349061 Eucalyptus

📋 copy color: '#349061'

red 52 ◦ green 144 ◦ blue 97

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

Shades of Eucalyptus #349061

Tints of Eucalyptus #349061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

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

R = 17.75%
G = 49.15%
B = 33.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#349061 (or 0x349061) is known color: Eucalyptus. HEX triplet: 34, 90 and 61. RGB value is (52,144,97). Sum of RGB (Red+Green+Blue) = 52+144+97=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #349061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349061 is #CB6F9E. Grayscale: #6F6F6F. Windows color (decimal): -13332383 or 6393908. OLE color: 6393908.

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

Color convert

RGB 52 144 97 -
CMYK 0.64 0 0.33 0.44
HSL 149.35º 0.47% 0.38% -
HSV(B) 149.35º 0.64% 0.56% -
XYZ 13.55 21.54 14.75 -
YUV 111.13 120.02 85.82 -
System Red Green Blue C M Y K H S L
Decimal 52 144 97 0.64 0 0.33 0.44 149.35 0.47 0.38
Hex 34 90 61 40 0 21 2C 95 2F 26
Octal 64 220 141 100 0 41 54 225 57 46
Binary 110100 10010000 1100001 1000000 0 100001 101100 10010101 101111 100110

Color Harmonies of #349061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349061

Black with #349061

Text Example


Text Example

White with #349061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349061; }

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

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

background-color css

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

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

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

border-color css

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

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

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