#1B5314

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

Shades of Myrtle #1B5314

Tints of Myrtle #1B5314

Color information

#1B5314 (or 0x1B5314) is unknown color: approx Myrtle. HEX triplet: 1B, 53 and 14. RGB value is (27,83,20). Sum of RGB (Red+Green+Blue) = 27+83+20=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #1B5314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5314 is #E4ACEB. Grayscale: #3B3B3B. Windows color (decimal): -14986476 or 1331995. OLE color: 1331995.

HSL color Cylindrical-coordinate representation of color #1B5314: hue angle of 113.33º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B5314 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB278320-
CMYK0.6700.760.67
HSL113.33º61.17%20.2%-
HSV(B)113.33º75.9%32.55%-
XYZ3.676.471.72-
YUV59.07105.95105.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.77%
GREEN value IS 83 (32.81% from 255) = 63.85%
BLUE value IS 20 (8.20% from 255) = 15.38%
R=20.77%
G=63.85%
B=15.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2783200.6700.760.67113.3361.1720.2
Hex1B53144304C43713d14
Octal331232410301141031617524
Binary110111010011101001000011010011001000011111000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,83,20); }

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

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

 a { background-color: rgb(27,83,20); }

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

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

 span { border-color: rgb(27,83,20); }

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