#1B5F13

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

Shades of Myrtle #1B5F13

Tints of Myrtle #1B5F13

Color information

#1B5F13 (or 0x1B5F13) is unknown color: approx Myrtle. HEX triplet: 1B, 5F and 13. RGB value is (27,95,19). Sum of RGB (Red+Green+Blue) = 27+95+19=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 95 (37.5% from 255 or 67.38% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5F13 is #E4A0EC. Grayscale: #424242. Windows color (decimal): -14983405 or 1269531. OLE color: 1269531.

HSL color Cylindrical-coordinate representation of color #1B5F13: hue angle of 113.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B5F13 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB279519-
CMYK0.7200.800.63
HSL113.68º66.67%22.35%-
HSV(B)113.68º80%37.25%-
XYZ4.668.462-
YUV66101.47100.18-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.15%
GREEN value IS 95 (37.5% from 255) = 67.38%
BLUE value IS 19 (7.81% from 255) = 13.48%
R=19.15%
G=67.38%
B=13.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2795190.7200.800.63113.6866.6722.35
Hex1B5F13480503F724316
Octal331372311001207716210326
Binary110111011111100111001000010100001111111110010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,95,19); }

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

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

 a { background-color: rgb(27,95,19); }

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

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

 span { border-color: rgb(27,95,19); }

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