#1B4C00

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

Shades of Myrtle #1B4C00

Tints of Myrtle #1B4C00

Color information

#1B4C00 (or 0x1B4C00) is unknown color: approx Myrtle. HEX triplet: 1B, 4C and 00. RGB value is (27,76,0). Sum of RGB (Red+Green+Blue) = 27+76+0=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 76 (30.08% from 255 or 73.79% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 76 - color contains mainly: green. Hex color #1B4C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4C00 is #E4B3FF. Grayscale: #343434. Windows color (decimal): -14988288 or 19483. OLE color: 19483.

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

Color convert

RGB27760-
CMYK0.64010.70
HSL98.68º100%14.9%-
HSV(B)98.68º100%29.8%-
XYZ3.045.40.88-
YUV52.6898.27109.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.21%
GREEN value IS 76 (30.08% from 255) = 73.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.21%
G=73.79%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277600.64010.7098.6810014.9
Hex1B4C040064466364f
Octal331140100014410614314417
Binary11011100110001000000011001001000110110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,76,0); }

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

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

 a { background-color: rgb(27,76,0); }

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

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

 span { border-color: rgb(27,76,0); }

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