Html Css Color HEX #319166 Eucalyptus

📋 copy color: '#319166'

red 49 ◦ green 145 ◦ blue 102

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

Shades of Eucalyptus #319166

Tints of Eucalyptus #319166

RGB

 RED value IS 49 (19.53% from 255) = 16.55%

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 16.55%
G = 48.99%
B = 34.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#319166 (or 0x319166) is known color: Eucalyptus. HEX triplet: 31, 91 and 66. RGB value is (49,145,102). Sum of RGB (Red+Green+Blue) = 49+145+102=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #319166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319166 is #CE6E99. Grayscale: #6F6F6F. Windows color (decimal): -13528730 or 6721841. OLE color: 6721841.

HSL color Cylindrical-coordinate representation of color #319166: hue angle of 153.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319166 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 102 -
CMYK 0.66 0 0.30 0.43
HSL 153.13º 0.49% 0.38% -
HSV(B) 153.13º 0.66% 0.57% -
XYZ 13.79 21.86 16.06 -
YUV 111.39 122.7 83.5 -
System Red Green Blue C M Y K H S L
Decimal 49 145 102 0.66 0 0.30 0.43 153.13 0.49 0.38
Hex 31 91 66 42 0 1E 2B 99 31 26
Octal 61 221 146 102 0 36 53 231 61 46
Binary 110001 10010001 1100110 1000010 0 11110 101011 10011001 110001 100110

Color Harmonies of #319166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319166

Black with #319166

Text Example


Text Example

White with #319166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319166; }

 p { color: rgb(49,145,102); }

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

background-color css

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

 a { background-color: rgb(49,145,102); }

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

border-color css

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

 span { border-color: rgb(49,145,102); }

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