#1B4D06

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

Shades of Myrtle #1B4D06

Tints of Myrtle #1B4D06

Color information

#1B4D06 (or 0x1B4D06) is unknown color: approx Myrtle. HEX triplet: 1B, 4D and 06. RGB value is (27,77,6). Sum of RGB (Red+Green+Blue) = 27+77+6=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #1B4D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B4D06 is #E4B2F9. Grayscale: #363636. Windows color (decimal): -14988026 or 412955. OLE color: 412955.

HSL color Cylindrical-coordinate representation of color #1B4D06: hue angle of 102.25º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B4D06 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB27776-
CMYK0.6500.920.70
HSL102.25º85.54%16.27%-
HSV(B)102.25º92.21%30.2%-
XYZ3.145.551.08-
YUV53.96100.94108.77-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.55%
GREEN value IS 77 (30.47% from 255) = 70%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=24.55%
G=70%
B=5.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277760.6500.920.70102.2585.5416.27
Hex1B4D64105C46665610
Octal331156101013410614612620
Binary11011100110111010000010101110010001101100110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,77,6); }

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

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

 a { background-color: rgb(27,77,6); }

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

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

 span { border-color: rgb(27,77,6); }

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