Html Css Color HEX #349D68 Eucalyptus

📋 copy color: '#349D68'

red 52 ◦ green 157 ◦ blue 104

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

Shades of Eucalyptus #349D68

Tints of Eucalyptus #349D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.16%

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

R = 16.61%
G = 50.16%
B = 33.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#349D68 (or 0x349D68) is known color: Eucalyptus. HEX triplet: 34, 9D and 68. RGB value is (52,157,104). Sum of RGB (Red+Green+Blue) = 52+157+104=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #349D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D68 is #CB6297. Grayscale: #777777. Windows color (decimal): -13329048 or 6855988. OLE color: 6855988.

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

Color convert

RGB 52 157 104 -
CMYK 0.67 0 0.34 0.38
HSL 149.71º 0.5% 0.41% -
HSV(B) 149.71º 0.67% 0.62% -
XYZ 15.97 25.84 17.24 -
YUV 119.56 119.21 79.81 -
System Red Green Blue C M Y K H S L
Decimal 52 157 104 0.67 0 0.34 0.38 149.71 0.5 0.41
Hex 34 9D 68 43 0 22 26 96 32 29
Octal 64 235 150 103 0 42 46 226 62 51
Binary 110100 10011101 1101000 1000011 0 100010 100110 10010110 110010 101001

Color Harmonies of #349D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D68

Black with #349D68

Text Example


Text Example

White with #349D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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