Html Css Color HEX #349364 Eucalyptus

📋 copy color: '#349364'

red 52 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #349364

Tints of Eucalyptus #349364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.16%

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

R = 17.39%
G = 49.16%
B = 33.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#349364 (or 0x349364) is known color: Eucalyptus. HEX triplet: 34, 93 and 64. RGB value is (52,147,100). Sum of RGB (Red+Green+Blue) = 52+147+100=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #349364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349364 is #CB6C9B. Grayscale: #717171. Windows color (decimal): -13331612 or 6591284. OLE color: 6591284.

HSL color Cylindrical-coordinate representation of color #349364: hue angle of 150.32º 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 #349364 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 100 -
CMYK 0.65 0 0.32 0.42
HSL 150.32º 0.48% 0.39% -
HSV(B) 150.32º 0.65% 0.58% -
XYZ 14.15 22.52 15.66 -
YUV 113.24 120.53 84.32 -
System Red Green Blue C M Y K H S L
Decimal 52 147 100 0.65 0 0.32 0.42 150.32 0.48 0.39
Hex 34 93 64 41 0 20 2A 96 30 27
Octal 64 223 144 101 0 40 52 226 60 47
Binary 110100 10010011 1100100 1000001 0 100000 101010 10010110 110000 100111

Color Harmonies of #349364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349364

Black with #349364

Text Example


Text Example

White with #349364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349364; }

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

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

background-color css

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

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

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

border-color css

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

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

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