Html Css Color HEX #319463 Eucalyptus

📋 copy color: '#319463'

red 49 ◦ green 148 ◦ blue 99

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

Shades of Eucalyptus #319463

Tints of Eucalyptus #319463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 16.55%
G = 50%
B = 33.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#319463 (or 0x319463) is known color: Eucalyptus. HEX triplet: 31, 94 and 63. RGB value is (49,148,99). Sum of RGB (Red+Green+Blue) = 49+148+99=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #319463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319463 is #CE6B9C. Grayscale: #707070. Windows color (decimal): -13527965 or 6526001. OLE color: 6526001.

HSL color Cylindrical-coordinate representation of color #319463: hue angle of 150.3º 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 #319463 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 148 99 -
CMYK 0.67 0 0.33 0.42
HSL 150.3º 0.5% 0.39% -
HSV(B) 150.3º 0.67% 0.58% -
XYZ 14.11 22.73 15.45 -
YUV 112.81 120.2 82.48 -
System Red Green Blue C M Y K H S L
Decimal 49 148 99 0.67 0 0.33 0.42 150.3 0.5 0.39
Hex 31 94 63 43 0 21 2A 96 32 27
Octal 61 224 143 103 0 41 52 226 62 47
Binary 110001 10010100 1100011 1000011 0 100001 101010 10010110 110010 100111

Color Harmonies of #319463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319463

Black with #319463

Text Example


Text Example

White with #319463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319463; }

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

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

background-color css

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

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

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

border-color css

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

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

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