#1B550A

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

Shades of Myrtle #1B550A

Tints of Myrtle #1B550A

Color information

#1B550A (or 0x1B550A) is unknown color: approx Myrtle. HEX triplet: 1B, 55 and 0A. RGB value is (27,85,10). Sum of RGB (Red+Green+Blue) = 27+85+10=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #1B550A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B550A is #E4AAF5. Grayscale: #3B3B3B. Windows color (decimal): -14985974 or 677147. OLE color: 677147.

HSL color Cylindrical-coordinate representation of color #1B550A: hue angle of 106.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B550A is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB278510-
CMYK0.6800.880.67
HSL106.4º78.95%18.63%-
HSV(B)106.4º88.24%33.33%-
XYZ3.766.751.39-
YUV59.11100.28105.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 85 (33.59% from 255) = 69.67%
BLUE value IS 10 (4.30% from 255) = 8.20%
R=22.13%
G=69.67%
B=8.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2785100.6800.880.67106.478.9518.63
Hex1B55A44058436a4f13
Octal3312512104013010315211723
Binary110111010101101010001000101100010000111101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,85,10); }

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

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

 a { background-color: rgb(27,85,10); }

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

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

 span { border-color: rgb(27,85,10); }

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