#154201

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

Shades of Myrtle #154201

Tints of Myrtle #154201

Color information

#154201 (or 0x154201) is unknown color: approx Myrtle. HEX triplet: 15, 42 and 01. RGB value is (21,66,1). Sum of RGB (Red+Green+Blue) = 21+66+1=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #154201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154201 is #EABDFE. Grayscale: #2D2D2D. Windows color (decimal): -15384063 or 82453. OLE color: 82453.

HSL color Cylindrical-coordinate representation of color #154201: hue angle of 101.54º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #154201 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB21661-
CMYK0.6800.980.74
HSL101.54º97.01%13.14%-
HSV(B)101.54º98.48%25.88%-
XYZ2.264.060.69-
YUV45.14103.09110.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.86%
GREEN value IS 66 (26.17% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=23.86%
G=75%
B=1.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal216610.6800.980.74101.5497.0113.14
Hex15421440624A6661d
Octal251021104014211214614115
Binary10101100001011000100011000101001010110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154201; }

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

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

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

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

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

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

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

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