Html Css Color HEX #349C68 Eucalyptus

📋 copy color: '#349C68'

red 52 ◦ green 156 ◦ blue 104

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

Shades of Eucalyptus #349C68

Tints of Eucalyptus #349C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 16.67%
G = 50%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#349C68 (or 0x349C68) is known color: Eucalyptus. HEX triplet: 34, 9C and 68. RGB value is (52,156,104). Sum of RGB (Red+Green+Blue) = 52+156+104=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #349C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C68 is #CB6397. Grayscale: #777777. Windows color (decimal): -13329304 or 6855732. OLE color: 6855732.

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

Color convert

RGB 52 156 104 -
CMYK 0.67 0 0.33 0.39
HSL 150º 0.5% 0.41% -
HSV(B) 150º 0.67% 0.61% -
XYZ 15.8 25.51 17.19 -
YUV 118.98 119.54 80.23 -
System Red Green Blue C M Y K H S L
Decimal 52 156 104 0.67 0 0.33 0.39 150 0.5 0.41
Hex 34 9C 68 43 0 21 27 96 32 29
Octal 64 234 150 103 0 41 47 226 62 51
Binary 110100 10011100 1101000 1000011 0 100001 100111 10010110 110010 101001

Color Harmonies of #349C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C68

Black with #349C68

Text Example


Text Example

White with #349C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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