#154001

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

Shades of Myrtle #154001

Tints of Myrtle #154001

Color information

#154001 (or 0x154001) is unknown color: approx Myrtle. HEX triplet: 15, 40 and 01. RGB value is (21,64,1). Sum of RGB (Red+Green+Blue) = 21+64+1=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 64 (25.39% from 255 or 74.42% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 64 - color contains mainly: green. Hex color #154001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154001 is #EABFFE. Grayscale: #2C2C2C. Windows color (decimal): -15384575 or 81941. OLE color: 81941.

HSL color Cylindrical-coordinate representation of color #154001: hue angle of 100.95º 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 #154001 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB21641-
CMYK0.6700.980.75
HSL100.95º96.92%12.75%-
HSV(B)100.95º98.44%25.1%-
XYZ2.153.830.65-
YUV43.96103.75111.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 64 (25.39% from 255) = 74.42%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=24.42%
G=74.42%
B=1.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal216410.6700.980.75100.9596.9212.75
Hex15401430624B6561d
Octal251001103014211314514115
Binary10101100000011000011011000101001011110010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154001; }

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

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

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

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

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

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

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

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