Html Css Color HEX #349C64 Eucalyptus

📋 copy color: '#349C64'

red 52 ◦ green 156 ◦ blue 100

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

Shades of Eucalyptus #349C64

Tints of Eucalyptus #349C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 16.88%
G = 50.65%
B = 32.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#349C64 (or 0x349C64) is known color: Eucalyptus. HEX triplet: 34, 9C and 64. RGB value is (52,156,100). Sum of RGB (Red+Green+Blue) = 52+156+100=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #349C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C64 is #CB639B. Grayscale: #767676. Windows color (decimal): -13329308 or 6593588. OLE color: 6593588.

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

Color convert

RGB 52 156 100 -
CMYK 0.67 0 0.36 0.39
HSL 147.69º 0.5% 0.41% -
HSV(B) 147.69º 0.67% 0.61% -
XYZ 15.6 25.43 16.14 -
YUV 118.52 117.54 80.55 -
System Red Green Blue C M Y K H S L
Decimal 52 156 100 0.67 0 0.36 0.39 147.69 0.5 0.41
Hex 34 9C 64 43 0 24 27 94 32 29
Octal 64 234 144 103 0 44 47 224 62 51
Binary 110100 10011100 1100100 1000011 0 100100 100111 10010100 110010 101001

Color Harmonies of #349C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C64

Black with #349C64

Text Example


Text Example

White with #349C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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