Html Css Color HEX #349672 Eucalyptus

📋 copy color: '#349672'

red 52 ◦ green 150 ◦ blue 114

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

Shades of Eucalyptus #349672

Tints of Eucalyptus #349672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 16.46%
G = 47.47%
B = 36.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#349672 (or 0x349672) is known color: Eucalyptus. HEX triplet: 34, 96 and 72. RGB value is (52,150,114). Sum of RGB (Red+Green+Blue) = 52+150+114=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #349672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349672 is #CB698D. Grayscale: #747474. Windows color (decimal): -13330830 or 7509556. OLE color: 7509556.

HSL color Cylindrical-coordinate representation of color #349672: hue angle of 157.96º 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 #349672 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 114 -
CMYK 0.65 0 0.24 0.41
HSL 157.96º 0.49% 0.4% -
HSV(B) 157.96º 0.65% 0.59% -
XYZ 15.36 23.76 19.7 -
YUV 116.59 126.53 81.93 -
System Red Green Blue C M Y K H S L
Decimal 52 150 114 0.65 0 0.24 0.41 157.96 0.49 0.4
Hex 34 96 72 41 0 18 29 9E 31 28
Octal 64 226 162 101 0 30 51 236 61 50
Binary 110100 10010110 1110010 1000001 0 11000 101001 10011110 110001 101000

Color Harmonies of #349672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349672

Black with #349672

Text Example


Text Example

White with #349672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349672; }

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

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

background-color css

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

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

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

border-color css

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

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

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