#1B5812

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

Shades of Myrtle #1B5812

Tints of Myrtle #1B5812

Color information

#1B5812 (or 0x1B5812) is unknown color: approx Myrtle. HEX triplet: 1B, 58 and 12. RGB value is (27,88,18). Sum of RGB (Red+Green+Blue) = 27+88+18=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 88 (34.77% from 255 or 66.17% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 88 - color contains mainly: green. Hex color #1B5812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5812 is #E4A7ED. Grayscale: #3D3D3D. Windows color (decimal): -14985198 or 1202203. OLE color: 1202203.

HSL color Cylindrical-coordinate representation of color #1B5812: hue angle of 112.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B5812 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB278818-
CMYK0.6900.800.65
HSL112.29º66.04%20.78%-
HSV(B)112.29º79.55%34.51%-
XYZ4.057.261.76-
YUV61.78103.29103.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.30%
GREEN value IS 88 (34.77% from 255) = 66.17%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=20.30%
G=66.17%
B=13.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2788180.6900.800.65112.2966.0420.78
Hex1B58124505041704215
Octal3313022105012010116010225
Binary1101110110001001010001010101000010000011110000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,88,18); }

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

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

 a { background-color: rgb(27,88,18); }

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

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

 span { border-color: rgb(27,88,18); }

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