#193E0A

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

Shades of Myrtle #193E0A

Tints of Myrtle #193E0A

Color information

#193E0A (or 0x193E0A) is unknown color: approx Myrtle. HEX triplet: 19, 3E and 0A. RGB value is (25,62,10). Sum of RGB (Red+Green+Blue) = 25+62+10=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #193E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193E0A is #E6C1F5. Grayscale: #2D2D2D. Windows color (decimal): -15122934 or 671257. OLE color: 671257.

HSL color Cylindrical-coordinate representation of color #193E0A: hue angle of 102.69º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #193E0A is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.

Color convert

RGB256210-
CMYK0.6000.840.76
HSL102.69º72.22%14.12%-
HSV(B)102.69º83.87%24.31%-
XYZ2.183.670.88-
YUV45.01108.24113.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.77%
GREEN value IS 62 (24.61% from 255) = 63.92%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=25.77%
G=63.92%
B=10.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2562100.6000.840.76102.6972.2214.12
Hex193EA3C0544C6748e
Octal31761274012411414711016
Binary110011111101010111100010101001001100110011110010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193E0A; }

 p { color: rgb(25,62,10); }

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

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

 a { background-color: rgb(25,62,10); }

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

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

 span { border-color: rgb(25,62,10); }

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