Html Css Color HEX #349A68 Eucalyptus

📋 copy color: '#349A68'

red 52 ◦ green 154 ◦ blue 104

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

Shades of Eucalyptus #349A68

Tints of Eucalyptus #349A68

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.68%

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

R = 16.77%
G = 49.68%
B = 33.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#349A68 (or 0x349A68) is known color: Eucalyptus. HEX triplet: 34, 9A and 68. RGB value is (52,154,104). Sum of RGB (Red+Green+Blue) = 52+154+104=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #349A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A68 is #CB6597. Grayscale: #757575. Windows color (decimal): -13329816 or 6855220. OLE color: 6855220.

HSL color Cylindrical-coordinate representation of color #349A68: hue angle of 150.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A68 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 154 104 -
CMYK 0.66 0 0.32 0.40
HSL 150.59º 0.5% 0.4% -
HSV(B) 150.59º 0.66% 0.6% -
XYZ 15.47 24.84 17.08 -
YUV 117.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 52 154 104 0.66 0 0.32 0.40 150.59 0.5 0.4
Hex 34 9A 68 42 0 20 28 97 32 28
Octal 64 232 150 102 0 40 50 227 62 50
Binary 110100 10011010 1101000 1000010 0 100000 101000 10010111 110010 101000

Color Harmonies of #349A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349A68

Black with #349A68

Text Example


Text Example

White with #349A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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