Html Css Color HEX #154001 Myrtle

📋 copy color: '#154001'

red 21 ◦ green 64 ◦ blue 1

#154001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #154001

Tints of Myrtle #154001

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 value IS 0.67

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#154001 (or 0x154001) is known color: 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

RGB 21 64 1 -
CMYK 0.67 0 0.98 0.75
HSL 100.95º 0.97% 0.13% -
HSV(B) 100.95º 0.98% 0.25% -
XYZ 2.15 3.83 0.65 -
YUV 43.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 21 64 1 0.67 0 0.98 0.75 100.95 0.97 0.13
Hex 15 40 1 43 0 62 4B 65 61 D
Octal 25 100 1 103 0 142 113 145 141 15
Binary 10101 1000000 1 1000011 0 1100010 1001011 1100101 1100001 1101

Color Harmonies of #154001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154001

Black with #154001

Text Example


Text Example

White with #154001

Text Example


Text Example

HTML Codes & Css Web 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>