Html Css Color HEX #349C6C Eucalyptus

📋 copy color: '#349C6C'

red 52 ◦ green 156 ◦ blue 108

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

Shades of Eucalyptus #349C6C

Tints of Eucalyptus #349C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 16.46%
G = 49.37%
B = 34.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#349C6C (or 0x349C6C) is known color: Eucalyptus. HEX triplet: 34, 9C and 6C. RGB value is (52,156,108). Sum of RGB (Red+Green+Blue) = 52+156+108=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #349C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C6C is #CB6393. Grayscale: #777777. Windows color (decimal): -13329300 or 7117876. OLE color: 7117876.

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

Color convert

RGB 52 156 108 -
CMYK 0.67 0 0.31 0.39
HSL 152.31º 0.5% 0.41% -
HSV(B) 152.31º 0.67% 0.61% -
XYZ 16.01 25.59 18.28 -
YUV 119.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 52 156 108 0.67 0 0.31 0.39 152.31 0.5 0.41
Hex 34 9C 6C 43 0 1F 27 98 32 29
Octal 64 234 154 103 0 37 47 230 62 51
Binary 110100 10011100 1101100 1000011 0 11111 100111 10011000 110010 101001

Color Harmonies of #349C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C6C

Black with #349C6C

Text Example


Text Example

White with #349C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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