#1f600c

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

Shades of Myrtle #1F600C

Tints of Myrtle #1F600C

Color information

#1F600C (or 0x1F600C) is unknown color: approx Myrtle. HEX triplet: 1F, 60 and 0C. RGB value is (31,96,12). Sum of RGB (Red+Green+Blue) = 31+96+12=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #1F600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F600C is #E09FF3. Grayscale: #434343. Windows color (decimal): -14721012 or 811039. OLE color: 811039.

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

Color convert

RGB319612-
CMYK0.6800.880.62
HSL106.43º77.78%21.18%-
HSV(B)106.43º87.5%37.65%-
XYZ4.818.681.77-
YUV66.9996.97102.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.30%
GREEN value IS 96 (37.89% from 255) = 69.06%
BLUE value IS 12 (5.08% from 255) = 8.63%
R=22.30%
G=69.06%
B=8.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3196120.6800.880.62106.4377.7821.18
Hex1F60C440583E6a4e15
Octal371401410401307615211625
Binary11111110000011001000100010110001111101101010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f600c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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