#1B370F

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

Shades of Myrtle #1B370F

Tints of Myrtle #1B370F

Color information

#1B370F (or 0x1B370F) is unknown color: approx Myrtle. HEX triplet: 1B, 37 and 0F. RGB value is (27,55,15). Sum of RGB (Red+Green+Blue) = 27+55+15=97 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.84% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #1B370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B370F is #E4C8F0. Grayscale: #2A2A2A. Windows color (decimal): -14993649 or 997147. OLE color: 997147.

HSL color Cylindrical-coordinate representation of color #1B370F: hue angle of 102º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B370F is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB275515-
CMYK0.5100.730.78
HSL102º57.14%13.73%-
HSV(B)102º72.73%21.57%-
XYZ1.930.93-
YUV42.07112.72117.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 27.84%
GREEN value IS 55 (21.88% from 255) = 56.70%
BLUE value IS 15 (6.25% from 255) = 15.46%
R=27.84%
G=56.70%
B=15.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2755150.5100.730.7810257.1413.73
Hex1B37F330494E6639e
Octal3367176301111161467116
Binary11011110111111111001101001001100111011001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,55,15); }

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

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

 a { background-color: rgb(27,55,15); }

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

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

 span { border-color: rgb(27,55,15); }

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