#193018

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

Shades of Myrtle #193018

Tints of Myrtle #193018

Color information

#193018 (or 0x193018) is unknown color: approx Myrtle. HEX triplet: 19, 30 and 18. RGB value is (25,48,24). Sum of RGB (Red+Green+Blue) = 25+48+24=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #193018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193018 is #E6CFE7. Grayscale: #262626. Windows color (decimal): -15126504 or 1585177. OLE color: 1585177.

HSL color Cylindrical-coordinate representation of color #193018: hue angle of 117.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #193018 is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB254824-
CMYK0.4800.50.81
HSL117.5º33.33%14.12%-
HSV(B)117.5º50%18.82%-
XYZ1.622.391.24-
YUV38.39119.88118.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.77%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=25.77%
G=49.48%
B=24.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2548240.4800.50.81117.533.3314.12
Hex19301830032517621e
Octal316030600621211664116
Binary11001110000110001100000110010101000111101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193018; }

 p { color: rgb(25,48,24); }

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

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

 a { background-color: rgb(25,48,24); }

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

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

 span { border-color: rgb(25,48,24); }

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