Html Css Color HEX #319165 Eucalyptus

📋 copy color: '#319165'

red 49 ◦ green 145 ◦ blue 101

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

Shades of Eucalyptus #319165

Tints of Eucalyptus #319165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 16.61%
G = 49.15%
B = 34.24%

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

#319165 (or 0x319165) is known color: Eucalyptus. HEX triplet: 31, 91 and 65. RGB value is (49,145,101). Sum of RGB (Red+Green+Blue) = 49+145+101=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #319165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319165 is #CE6E9A. Grayscale: #6F6F6F. Windows color (decimal): -13528731 or 6656305. OLE color: 6656305.

HSL color Cylindrical-coordinate representation of color #319165: hue angle of 152.5º 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 #319165 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 145 101 -
CMYK 0.66 0 0.30 0.43
HSL 152.5º 0.49% 0.38% -
HSV(B) 152.5º 0.66% 0.57% -
XYZ 13.74 21.84 15.8 -
YUV 111.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 49 145 101 0.66 0 0.30 0.43 152.5 0.49 0.38
Hex 31 91 65 42 0 1E 2B 98 31 26
Octal 61 221 145 102 0 36 53 230 61 46
Binary 110001 10010001 1100101 1000010 0 11110 101011 10011000 110001 100110

Color Harmonies of #319165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319165

Black with #319165

Text Example


Text Example

White with #319165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319165; }

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

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

background-color css

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

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

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

border-color css

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

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

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