Html Css Color HEX #349666 Eucalyptus

📋 copy color: '#349666'

red 52 ◦ green 150 ◦ blue 102

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

Shades of Eucalyptus #349666

Tints of Eucalyptus #349666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.34%

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

R = 17.11%
G = 49.34%
B = 33.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#349666 (or 0x349666) is known color: Eucalyptus. HEX triplet: 34, 96 and 66. RGB value is (52,150,102). Sum of RGB (Red+Green+Blue) = 52+150+102=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #349666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349666 is #CB6999. Grayscale: #737373. Windows color (decimal): -13330842 or 6723124. OLE color: 6723124.

HSL color Cylindrical-coordinate representation of color #349666: hue angle of 150.61º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349666 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 102 -
CMYK 0.65 0 0.32 0.41
HSL 150.61º 0.49% 0.4% -
HSV(B) 150.61º 0.65% 0.59% -
XYZ 14.72 23.5 16.33 -
YUV 115.23 120.53 82.9 -
System Red Green Blue C M Y K H S L
Decimal 52 150 102 0.65 0 0.32 0.41 150.61 0.49 0.4
Hex 34 96 66 41 0 20 29 97 31 28
Octal 64 226 146 101 0 40 51 227 61 50
Binary 110100 10010110 1100110 1000001 0 100000 101001 10010111 110001 101000

Color Harmonies of #349666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349666

Black with #349666

Text Example


Text Example

White with #349666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349666; }

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

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

background-color css

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

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

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

border-color css

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

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

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