Html Css Color HEX #349B63 Eucalyptus

📋 copy color: '#349B63'

red 52 ◦ green 155 ◦ blue 99

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

Shades of Eucalyptus #349B63

Tints of Eucalyptus #349B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 16.99%
G = 50.65%
B = 32.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#349B63 (or 0x349B63) is known color: Eucalyptus. HEX triplet: 34, 9B and 63. RGB value is (52,155,99). Sum of RGB (Red+Green+Blue) = 52+155+99=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #349B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B63 is #CB649C. Grayscale: #757575. Windows color (decimal): -13329565 or 6527796. OLE color: 6527796.

HSL color Cylindrical-coordinate representation of color #349B63: hue angle of 147.38º 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 #349B63 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 99 -
CMYK 0.66 0 0.36 0.39
HSL 147.38º 0.5% 0.41% -
HSV(B) 147.38º 0.66% 0.61% -
XYZ 15.39 25.07 15.83 -
YUV 117.82 117.38 81.05 -
System Red Green Blue C M Y K H S L
Decimal 52 155 99 0.66 0 0.36 0.39 147.38 0.5 0.41
Hex 34 9B 63 42 0 24 27 93 32 29
Octal 64 233 143 102 0 44 47 223 62 51
Binary 110100 10011011 1100011 1000010 0 100100 100111 10010011 110010 101001

Color Harmonies of #349B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B63

Black with #349B63

Text Example


Text Example

White with #349B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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