Html Css Color HEX #349C62 Eucalyptus

📋 copy color: '#349C62'

red 52 ◦ green 156 ◦ blue 98

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

Shades of Eucalyptus #349C62

Tints of Eucalyptus #349C62

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.98%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 16.99%
G = 50.98%
B = 32.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#349C62 (or 0x349C62) is known color: Eucalyptus. HEX triplet: 34, 9C and 62. RGB value is (52,156,98). Sum of RGB (Red+Green+Blue) = 52+156+98=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #349C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C62 is #CB639D. Grayscale: #767676. Windows color (decimal): -13329310 or 6462516. OLE color: 6462516.

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

Color convert

RGB 52 156 98 -
CMYK 0.67 0 0.37 0.39
HSL 146.54º 0.5% 0.41% -
HSV(B) 146.54º 0.67% 0.61% -
XYZ 15.51 25.39 15.64 -
YUV 118.29 116.54 80.72 -
System Red Green Blue C M Y K H S L
Decimal 52 156 98 0.67 0 0.37 0.39 146.54 0.5 0.41
Hex 34 9C 62 43 0 25 27 93 32 29
Octal 64 234 142 103 0 45 47 223 62 51
Binary 110100 10011100 1100010 1000011 0 100101 100111 10010011 110010 101001

Color Harmonies of #349C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C62

Black with #349C62

Text Example


Text Example

White with #349C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,156,98); }

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

background-color css

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

 a { background-color: rgb(52,156,98); }

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

border-color css

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

 span { border-color: rgb(52,156,98); }

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