#1F400C

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

Shades of Myrtle #1F400C

Tints of Myrtle #1F400C

Color information

#1F400C (or 0x1F400C) is unknown color: approx Myrtle. HEX triplet: 1F, 40 and 0C. RGB value is (31,64,12). Sum of RGB (Red+Green+Blue) = 31+64+12=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #1F400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F400C is #E0BFF3. Grayscale: #303030. Windows color (decimal): -14729204 or 802847. OLE color: 802847.

HSL color Cylindrical-coordinate representation of color #1F400C: hue angle of 98.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F400C is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB316412-
CMYK0.5200.810.75
HSL98.08º68.42%14.9%-
HSV(B)98.08º81.25%25.1%-
XYZ2.463.980.99-
YUV48.2107.57115.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.97%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=28.97%
G=59.81%
B=11.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3164120.5200.810.7598.0868.4214.9
Hex1F40C340514B6244f
Octal371001464012111314210417
Binary1111110000001100110100010100011001011110001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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