Html Css Color HEX #349366 Eucalyptus

📋 copy color: '#349366'

red 52 ◦ green 147 ◦ blue 102

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

Shades of Eucalyptus #349366

Tints of Eucalyptus #349366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 17.28%
G = 48.84%
B = 33.89%

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

#349366 (or 0x349366) is known color: Eucalyptus. HEX triplet: 34, 93 and 66. RGB value is (52,147,102). Sum of RGB (Red+Green+Blue) = 52+147+102=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #349366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349366 is #CB6C99. Grayscale: #717171. Windows color (decimal): -13331610 or 6722356. OLE color: 6722356.

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

Color convert

RGB 52 147 102 -
CMYK 0.65 0 0.31 0.42
HSL 151.58º 0.48% 0.39% -
HSV(B) 151.58º 0.65% 0.58% -
XYZ 14.25 22.56 16.17 -
YUV 113.47 121.53 84.16 -
System Red Green Blue C M Y K H S L
Decimal 52 147 102 0.65 0 0.31 0.42 151.58 0.48 0.39
Hex 34 93 66 41 0 1F 2A 98 30 27
Octal 64 223 146 101 0 37 52 230 60 47
Binary 110100 10010011 1100110 1000001 0 11111 101010 10011000 110000 100111

Color Harmonies of #349366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349366

Black with #349366

Text Example


Text Example

White with #349366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349366; }

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

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

background-color css

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

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

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

border-color css

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

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

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