Html Css Color HEX #319458 Eucalyptus

📋 copy color: '#319458'

red 49 ◦ green 148 ◦ blue 88

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

Shades of Eucalyptus #319458

Tints of Eucalyptus #319458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 17.19%
G = 51.93%
B = 30.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#319458 (or 0x319458) is known color: Eucalyptus. HEX triplet: 31, 94 and 58. RGB value is (49,148,88). Sum of RGB (Red+Green+Blue) = 49+148+88=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #319458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319458 is #CE6BA7. Grayscale: #6F6F6F. Windows color (decimal): -13527976 or 5805105. OLE color: 5805105.

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

Color convert

RGB 49 148 88 -
CMYK 0.67 0 0.41 0.42
HSL 143.64º 0.5% 0.39% -
HSV(B) 143.64º 0.67% 0.58% -
XYZ 13.62 22.54 12.86 -
YUV 111.56 114.7 83.38 -
System Red Green Blue C M Y K H S L
Decimal 49 148 88 0.67 0 0.41 0.42 143.64 0.5 0.39
Hex 31 94 58 43 0 29 2A 90 32 27
Octal 61 224 130 103 0 51 52 220 62 47
Binary 110001 10010100 1011000 1000011 0 101001 101010 10010000 110010 100111

Color Harmonies of #319458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319458

Black with #319458

Text Example


Text Example

White with #319458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319458; }

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

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

background-color css

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

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

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

border-color css

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

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

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