#319869

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

Shades of Eucalyptus #319869

Tints of Eucalyptus #319869

Color information

#319869 (or 0x319869) is unknown color: approx Eucalyptus. HEX triplet: 31, 98 and 69. RGB value is (49,152,105). Sum of RGB (Red+Green+Blue) = 49+152+105=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #319869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319869 is #CE6796. Grayscale: #737373. Windows color (decimal): -13526935 or 6920241. OLE color: 6920241.

HSL color Cylindrical-coordinate representation of color #319869: hue angle of 152.62º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319869 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB49152105-
CMYK0.6800.310.40
HSL152.62º51.24%39.41%-
HSV(B)152.62º67.76%59.61%-
XYZ15.0424.1317.23-
YUV115.84121.8880.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=16.01%
G=49.67%
B=34.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491521050.6800.310.40152.6251.2439.41
Hex3198694401F28993327
Octal61230151104037502316347
Binary110001100110001101001100010001111110100010011001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319869; }

 p { color: rgb(49,152,105); }

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

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

 a { background-color: rgb(49,152,105); }

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

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

 span { border-color: rgb(49,152,105); }

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