Html Css Color HEX #319460 Eucalyptus

📋 copy color: '#319460'

red 49 ◦ green 148 ◦ blue 96

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

Shades of Eucalyptus #319460

Tints of Eucalyptus #319460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.51%

 BLUE value IS 96 (37.89% from 255) = 32.76%

R = 16.72%
G = 50.51%
B = 32.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#319460 (or 0x319460) is known color: Eucalyptus. HEX triplet: 31, 94 and 60. RGB value is (49,148,96). Sum of RGB (Red+Green+Blue) = 49+148+96=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #319460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319460 is #CE6B9F. Grayscale: #707070. Windows color (decimal): -13527968 or 6329393. OLE color: 6329393.

HSL color Cylindrical-coordinate representation of color #319460: hue angle of 148.48º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319460 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 96 -
CMYK 0.67 0 0.35 0.42
HSL 148.48º 0.5% 0.39% -
HSV(B) 148.48º 0.67% 0.58% -
XYZ 13.97 22.68 14.71 -
YUV 112.47 118.7 82.73 -
System Red Green Blue C M Y K H S L
Decimal 49 148 96 0.67 0 0.35 0.42 148.48 0.5 0.39
Hex 31 94 60 43 0 23 2A 94 32 27
Octal 61 224 140 103 0 43 52 224 62 47
Binary 110001 10010100 1100000 1000011 0 100011 101010 10010100 110010 100111

Color Harmonies of #319460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319460

Black with #319460

Text Example


Text Example

White with #319460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319460; }

 p { color: rgb(49,148,96); }

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

background-color css

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

 a { background-color: rgb(49,148,96); }

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

border-color css

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

 span { border-color: rgb(49,148,96); }

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