#1B4B10

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

Shades of Myrtle #1B4B10

Tints of Myrtle #1B4B10

Color information

#1B4B10 (or 0x1B4B10) is unknown color: approx Myrtle. HEX triplet: 1B, 4B and 10. RGB value is (27,75,16). Sum of RGB (Red+Green+Blue) = 27+75+16=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 75 (29.69% from 255 or 63.56% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 75 - color contains mainly: green. Hex color #1B4B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4B10 is #E4B4EF. Grayscale: #363636. Windows color (decimal): -14988528 or 1067803. OLE color: 1067803.

HSL color Cylindrical-coordinate representation of color #1B4B10: hue angle of 108.81º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B4B10 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB277516-
CMYK0.6400.790.71
HSL108.81º64.84%17.84%-
HSV(B)108.81º78.67%29.41%-
XYZ3.065.31.35-
YUV53.92106.6108.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.88%
GREEN value IS 75 (29.69% from 255) = 63.56%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=22.88%
G=63.56%
B=13.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2775160.6400.790.71108.8164.8417.84
Hex1B4B104004F476d4112
Octal3311320100011710715510122
Binary1101110010111000010000000100111110001111101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,75,16); }

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

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

 a { background-color: rgb(27,75,16); }

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

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

 span { border-color: rgb(27,75,16); }

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