#1C5B12

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

Shades of Myrtle #1C5B12

Tints of Myrtle #1C5B12

Color information

#1C5B12 (or 0x1C5B12) is unknown color: approx Myrtle. HEX triplet: 1C, 5B and 12. RGB value is (28,91,18). Sum of RGB (Red+Green+Blue) = 28+91+18=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #1C5B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5B12 is #E3A4ED. Grayscale: #404040. Windows color (decimal): -14918894 or 1202972. OLE color: 1202972.

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

Color convert

RGB289118-
CMYK0.6900.800.64
HSL111.78º66.97%21.37%-
HSV(B)111.78º80.22%35.69%-
XYZ4.337.771.84-
YUV63.84102.13102.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.44%
GREEN value IS 91 (35.94% from 255) = 66.42%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=20.44%
G=66.42%
B=13.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2891180.6900.800.64111.7866.9721.37
Hex1C5B124505040704315
Octal3413322105012010016010325
Binary1110010110111001010001010101000010000001110000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,91,18); }

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

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

 a { background-color: rgb(28,91,18); }

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

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

 span { border-color: rgb(28,91,18); }

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