#1B6314

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

Shades of Myrtle #1B6314

Tints of Myrtle #1B6314

Color information

#1B6314 (or 0x1B6314) is unknown color: approx Myrtle. HEX triplet: 1B, 63 and 14. RGB value is (27,99,20). Sum of RGB (Red+Green+Blue) = 27+99+20=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 99 (39.06% from 255 or 67.81% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 99 - color contains mainly: green. Hex color #1B6314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6314 is #E49CEB. Grayscale: #444444. Windows color (decimal): -14982380 or 1336091. OLE color: 1336091.

HSL color Cylindrical-coordinate representation of color #1B6314: hue angle of 114.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B6314 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB279920-
CMYK0.7300.800.61
HSL114.68º66.39%23.33%-
HSV(B)114.68º79.8%38.82%-
XYZ5.049.212.17-
YUV68.47100.6598.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.49%
GREEN value IS 99 (39.06% from 255) = 67.81%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=18.49%
G=67.81%
B=13.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2799200.7300.800.61114.6866.3923.33
Hex1B6314490503D734217
Octal331432411101207516310227
Binary110111100011101001001001010100001111011110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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