#1B4B0D

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

Shades of Myrtle #1B4B0D

Tints of Myrtle #1B4B0D

Color information

#1B4B0D (or 0x1B4B0D) is unknown color: approx Myrtle. HEX triplet: 1B, 4B and 0D. RGB value is (27,75,13). Sum of RGB (Red+Green+Blue) = 27+75+13=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 75 (29.69% from 255 or 65.22% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 75 - color contains mainly: green. Hex color #1B4B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4B0D is #E4B4F2. Grayscale: #353535. Windows color (decimal): -14988531 or 871195. OLE color: 871195.

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

Color convert

RGB277513-
CMYK0.6400.830.71
HSL106.45º70.45%17.25%-
HSV(B)106.45º82.67%29.41%-
XYZ3.045.291.24-
YUV53.58105.1109.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.48%
GREEN value IS 75 (29.69% from 255) = 65.22%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=23.48%
G=65.22%
B=11.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2775130.6400.830.71106.4570.4517.25
Hex1B4BD40053476a4611
Octal3311315100012310715210621
Binary110111001011110110000000101001110001111101010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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