Html Css Color HEX #349365 Eucalyptus

📋 copy color: '#349365'

red 52 ◦ green 147 ◦ blue 101

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

Shades of Eucalyptus #349365

Tints of Eucalyptus #349365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 17.33%
G = 49%
B = 33.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#349365 (or 0x349365) is known color: Eucalyptus. HEX triplet: 34, 93 and 65. RGB value is (52,147,101). Sum of RGB (Red+Green+Blue) = 52+147+101=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #349365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349365 is #CB6C9A. Grayscale: #717171. Windows color (decimal): -13331611 or 6656820. OLE color: 6656820.

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

Color convert

RGB 52 147 101 -
CMYK 0.65 0 0.31 0.42
HSL 150.95º 0.48% 0.39% -
HSV(B) 150.95º 0.65% 0.58% -
XYZ 14.2 22.54 15.91 -
YUV 113.35 121.03 84.24 -
System Red Green Blue C M Y K H S L
Decimal 52 147 101 0.65 0 0.31 0.42 150.95 0.48 0.39
Hex 34 93 65 41 0 1F 2A 97 30 27
Octal 64 223 145 101 0 37 52 227 60 47
Binary 110100 10010011 1100101 1000001 0 11111 101010 10010111 110000 100111

Color Harmonies of #349365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349365

Black with #349365

Text Example


Text Example

White with #349365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349365; }

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

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

background-color css

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

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

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

border-color css

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

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

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