Html Css Color HEX #319065 Eucalyptus

📋 copy color: '#319065'

red 49 ◦ green 144 ◦ blue 101

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

Shades of Eucalyptus #319065

Tints of Eucalyptus #319065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

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

R = 16.67%
G = 48.98%
B = 34.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#319065 (or 0x319065) is known color: Eucalyptus. HEX triplet: 31, 90 and 65. RGB value is (49,144,101). Sum of RGB (Red+Green+Blue) = 49+144+101=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #319065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319065 is #CE6F9A. Grayscale: #6E6E6E. Windows color (decimal): -13528987 or 6656049. OLE color: 6656049.

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

Color convert

RGB 49 144 101 -
CMYK 0.66 0 0.30 0.44
HSL 152.84º 0.49% 0.38% -
HSV(B) 152.84º 0.66% 0.56% -
XYZ 13.59 21.54 15.75 -
YUV 110.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 49 144 101 0.66 0 0.30 0.44 152.84 0.49 0.38
Hex 31 90 65 42 0 1E 2C 99 31 26
Octal 61 220 145 102 0 36 54 231 61 46
Binary 110001 10010000 1100101 1000010 0 11110 101100 10011001 110001 100110

Color Harmonies of #319065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319065

Black with #319065

Text Example


Text Example

White with #319065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319065; }

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

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

background-color css

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

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

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

border-color css

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

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

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