Html Css Color HEX #349670 Eucalyptus

📋 copy color: '#349670'

red 52 ◦ green 150 ◦ blue 112

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

Shades of Eucalyptus #349670

Tints of Eucalyptus #349670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 16.56%
G = 47.77%
B = 35.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#349670 (or 0x349670) is known color: Eucalyptus. HEX triplet: 34, 96 and 70. RGB value is (52,150,112). Sum of RGB (Red+Green+Blue) = 52+150+112=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #349670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349670 is #CB698F. Grayscale: #747474. Windows color (decimal): -13330832 or 7378484. OLE color: 7378484.

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

Color convert

RGB 52 150 112 -
CMYK 0.65 0 0.25 0.41
HSL 156.73º 0.49% 0.4% -
HSV(B) 156.73º 0.65% 0.59% -
XYZ 15.25 23.71 19.1 -
YUV 116.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 52 150 112 0.65 0 0.25 0.41 156.73 0.49 0.4
Hex 34 96 70 41 0 19 29 9D 31 28
Octal 64 226 160 101 0 31 51 235 61 50
Binary 110100 10010110 1110000 1000001 0 11001 101001 10011101 110001 101000

Color Harmonies of #349670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349670

Black with #349670

Text Example


Text Example

White with #349670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349670; }

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

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

background-color css

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

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

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

border-color css

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

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

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