#1B6114

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

Shades of Myrtle #1B6114

Tints of Myrtle #1B6114

Color information

#1B6114 (or 0x1B6114) is unknown color: approx Myrtle. HEX triplet: 1B, 61 and 14. RGB value is (27,97,20). Sum of RGB (Red+Green+Blue) = 27+97+20=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #1B6114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6114 is #E49EEB. Grayscale: #434343. Windows color (decimal): -14982892 or 1335579. OLE color: 1335579.

HSL color Cylindrical-coordinate representation of color #1B6114: hue angle of 114.55º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B6114 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB279720-
CMYK0.7200.790.62
HSL114.55º65.81%22.94%-
HSV(B)114.55º79.38%38.04%-
XYZ4.858.832.11-
YUV67.29101.3199.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.75%
GREEN value IS 97 (38.28% from 255) = 67.36%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=18.75%
G=67.36%
B=13.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2797200.7200.790.62114.5565.8122.94
Hex1B61144804F3E734217
Octal331412411001177616310227
Binary110111100001101001001000010011111111101110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,97,20); }

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

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

 a { background-color: rgb(27,97,20); }

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

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

 span { border-color: rgb(27,97,20); }

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