#1b4c06

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

Shades of Myrtle #1B4C06

Tints of Myrtle #1B4C06

Color information

#1B4C06 (or 0x1B4C06) is unknown color: approx Myrtle. HEX triplet: 1B, 4C and 06. RGB value is (27,76,6). Sum of RGB (Red+Green+Blue) = 27+76+6=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #1B4C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4C06 is #E4B3F9. Grayscale: #353535. Windows color (decimal): -14988282 or 412699. OLE color: 412699.

HSL color Cylindrical-coordinate representation of color #1B4C06: hue angle of 102º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1B4C06 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB27766-
CMYK0.6400.920.70
HSL102º85.37%16.08%-
HSV(B)102º92.11%29.8%-
XYZ3.075.421.06-
YUV53.37101.27109.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.77%
GREEN value IS 76 (30.08% from 255) = 69.72%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=24.77%
G=69.72%
B=5.50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal277660.6400.920.7010285.3716.08
Hex1B4C64005C46665510
Octal331146100013410614612520
Binary11011100110011010000000101110010001101100110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b4c06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,76,6); }

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

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

 a { background-color: rgb(27,76,6); }

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

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

 span { border-color: rgb(27,76,6); }

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