#319658

Color #319658 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #319658

Tints of Eucalyptus #319658

Color information

#319658 (or 0x319658) is unknown color: approx Eucalyptus. HEX triplet: 31, 96 and 58. RGB value is (49,150,88). Sum of RGB (Red+Green+Blue) = 49+150+88=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #319658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319658 is #CE69A7. Grayscale: #707070. Windows color (decimal): -13527464 or 5805617. OLE color: 5805617.

HSL color Cylindrical-coordinate representation of color #319658: hue angle of 143.17º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319658 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB4915088-
CMYK0.6700.410.41
HSL143.17º50.75%39.02%-
HSV(B)143.17º67.33%58.82%-
XYZ13.9323.1712.97-
YUV112.73114.0482.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=17.07%
G=52.26%
B=30.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49150880.6700.410.41143.1750.7539.02
Hex31965843029298f3327
Octal61226130103051512176347
Binary1100011001011010110001000011010100110100110001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319658; }

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

 H1.HeaderClassName
 {
   color: #319658;
 }
 .AnyTagClassName
 {
   color: #319658;
 }
</style>
background-color css

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

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

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

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

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

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