Html Css Color HEX #349668 Eucalyptus

📋 copy color: '#349668'

red 52 ◦ green 150 ◦ blue 104

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

Shades of Eucalyptus #349668

Tints of Eucalyptus #349668

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

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

R = 16.99%
G = 49.02%
B = 33.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#349668 (or 0x349668) is known color: Eucalyptus. HEX triplet: 34, 96 and 68. RGB value is (52,150,104). Sum of RGB (Red+Green+Blue) = 52+150+104=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #349668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349668 is #CB6997. Grayscale: #737373. Windows color (decimal): -13330840 or 6854196. OLE color: 6854196.

HSL color Cylindrical-coordinate representation of color #349668: hue angle of 151.84º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349668 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 104 -
CMYK 0.65 0 0.31 0.41
HSL 151.84º 0.49% 0.4% -
HSV(B) 151.84º 0.65% 0.59% -
XYZ 14.82 23.54 16.86 -
YUV 115.45 121.53 82.74 -
System Red Green Blue C M Y K H S L
Decimal 52 150 104 0.65 0 0.31 0.41 151.84 0.49 0.4
Hex 34 96 68 41 0 1F 29 98 31 28
Octal 64 226 150 101 0 37 51 230 61 50
Binary 110100 10010110 1101000 1000001 0 11111 101001 10011000 110001 101000

Color Harmonies of #349668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349668

Black with #349668

Text Example


Text Example

White with #349668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349668; }

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

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

background-color css

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

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

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

border-color css

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

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

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