Html Css Color HEX #349B66 Eucalyptus

📋 copy color: '#349B66'

red 52 ◦ green 155 ◦ blue 102

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

Shades of Eucalyptus #349B66

Tints of Eucalyptus #349B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.16%

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

R = 16.83%
G = 50.16%
B = 33.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#349B66 (or 0x349B66) is known color: Eucalyptus. HEX triplet: 34, 9B and 66. RGB value is (52,155,102). Sum of RGB (Red+Green+Blue) = 52+155+102=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #349B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B66 is #CB6499. Grayscale: #767676. Windows color (decimal): -13329562 or 6724404. OLE color: 6724404.

HSL color Cylindrical-coordinate representation of color #349B66: hue angle of 149.13º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B66 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 102 -
CMYK 0.66 0 0.34 0.39
HSL 149.13º 0.5% 0.41% -
HSV(B) 149.13º 0.66% 0.61% -
XYZ 15.54 25.13 16.6 -
YUV 118.16 118.88 80.81 -
System Red Green Blue C M Y K H S L
Decimal 52 155 102 0.66 0 0.34 0.39 149.13 0.5 0.41
Hex 34 9B 66 42 0 22 27 95 32 29
Octal 64 233 146 102 0 42 47 225 62 51
Binary 110100 10011011 1100110 1000010 0 100010 100111 10010101 110010 101001

Color Harmonies of #349B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B66

Black with #349B66

Text Example


Text Example

White with #349B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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