Html Css Color HEX #349164 Eucalyptus

📋 copy color: '#349164'

red 52 ◦ green 145 ◦ blue 100

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

Shades of Eucalyptus #349164

Tints of Eucalyptus #349164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.82%

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 17.51%
G = 48.82%
B = 33.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#349164 (or 0x349164) is known color: Eucalyptus. HEX triplet: 34, 91 and 64. RGB value is (52,145,100). Sum of RGB (Red+Green+Blue) = 52+145+100=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #349164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349164 is #CB6E9B. Grayscale: #707070. Windows color (decimal): -13332124 or 6590772. OLE color: 6590772.

HSL color Cylindrical-coordinate representation of color #349164: hue angle of 150.97º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349164 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 100 -
CMYK 0.64 0 0.31 0.43
HSL 150.97º 0.47% 0.39% -
HSV(B) 150.97º 0.64% 0.57% -
XYZ 13.84 21.9 15.55 -
YUV 112.06 121.19 85.16 -
System Red Green Blue C M Y K H S L
Decimal 52 145 100 0.64 0 0.31 0.43 150.97 0.47 0.39
Hex 34 91 64 40 0 1F 2B 97 2F 27
Octal 64 221 144 100 0 37 53 227 57 47
Binary 110100 10010001 1100100 1000000 0 11111 101011 10010111 101111 100111

Color Harmonies of #349164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349164

Black with #349164

Text Example


Text Example

White with #349164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349164; }

 p { color: rgb(52,145,100); }

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

background-color css

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

 a { background-color: rgb(52,145,100); }

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

border-color css

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

 span { border-color: rgb(52,145,100); }

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