#1B4001

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

Shades of Myrtle #1B4001

Tints of Myrtle #1B4001

Color information

#1B4001 (or 0x1B4001) is unknown color: approx Myrtle. HEX triplet: 1B, 40 and 01. RGB value is (27,64,1). Sum of RGB (Red+Green+Blue) = 27+64+1=92 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.35% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #1B4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4001 is #E4BFFE. Grayscale: #2D2D2D. Windows color (decimal): -14991359 or 81947. OLE color: 81947.

HSL color Cylindrical-coordinate representation of color #1B4001: hue angle of 95.24º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B4001 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB27641-
CMYK0.5800.980.75
HSL95.24º96.92%12.75%-
HSV(B)95.24º98.44%25.1%-
XYZ2.293.90.66-
YUV45.76102.74114.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.35%
GREEN value IS 64 (25.39% from 255) = 69.57%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=29.35%
G=69.57%
B=1.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal276410.5800.980.7595.2496.9212.75
Hex1B4013A0624B5f61d
Octal33100172014211313714115
Binary1101110000001111010011000101001011101111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,64,1); }

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

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

 a { background-color: rgb(27,64,1); }

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

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

 span { border-color: rgb(27,64,1); }

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