Html Css Color HEX #349564 Eucalyptus

📋 copy color: '#349564'

red 52 ◦ green 149 ◦ blue 100

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

Shades of Eucalyptus #349564

Tints of Eucalyptus #349564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 17.28%
G = 49.5%
B = 33.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#349564 (or 0x349564) is known color: Eucalyptus. HEX triplet: 34, 95 and 64. RGB value is (52,149,100). Sum of RGB (Red+Green+Blue) = 52+149+100=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #349564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349564 is #CB6A9B. Grayscale: #727272. Windows color (decimal): -13331100 or 6591796. OLE color: 6591796.

HSL color Cylindrical-coordinate representation of color #349564: hue angle of 149.69º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349564 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 100 -
CMYK 0.65 0 0.33 0.42
HSL 149.69º 0.48% 0.39% -
HSV(B) 149.69º 0.65% 0.58% -
XYZ 14.46 23.15 15.76 -
YUV 114.41 119.86 83.48 -
System Red Green Blue C M Y K H S L
Decimal 52 149 100 0.65 0 0.33 0.42 149.69 0.48 0.39
Hex 34 95 64 41 0 21 2A 96 30 27
Octal 64 225 144 101 0 41 52 226 60 47
Binary 110100 10010101 1100100 1000001 0 100001 101010 10010110 110000 100111

Color Harmonies of #349564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349564

Black with #349564

Text Example


Text Example

White with #349564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349564; }

 p { color: rgb(52,149,100); }

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

background-color css

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

 a { background-color: rgb(52,149,100); }

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

border-color css

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

 span { border-color: rgb(52,149,100); }

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