#1F6018

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

Shades of Myrtle #1F6018

Tints of Myrtle #1F6018

Color information

#1F6018 (or 0x1F6018) is unknown color: approx Myrtle. HEX triplet: 1F, 60 and 18. RGB value is (31,96,24). Sum of RGB (Red+Green+Blue) = 31+96+24=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6018 is #E09FE7. Grayscale: #444444. Windows color (decimal): -14721000 or 1597471. OLE color: 1597471.

HSL color Cylindrical-coordinate representation of color #1F6018: hue angle of 114.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F6018 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB319624-
CMYK0.6800.750.62
HSL114.17º60%23.53%-
HSV(B)114.17º75%37.65%-
XYZ4.918.722.29-
YUV68.36102.97101.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.53%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 24 (9.77% from 255) = 15.89%
R=20.53%
G=63.58%
B=15.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3196240.6800.750.62114.176023.53
Hex1F60184404B3E723c18
Octal37140301040113761627430
Binary11111110000011000100010001001011111110111001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F6018; }

 p { color: rgb(31,96,24); }

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

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

 a { background-color: rgb(31,96,24); }

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

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

 span { border-color: rgb(31,96,24); }

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