Html Css Color HEX #154A01 Myrtle

📋 copy color: '#154A01'

red 21 ◦ green 74 ◦ blue 1

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

Shades of Myrtle #154A01

Tints of Myrtle #154A01

RGB

 RED value IS 21 (8.59% from 255) = 21.88%

 GREEN value IS 74 (29.3% from 255) = 77.08%

 BLUE value IS 1 (0.78% from 255) = 1.04%

R = 21.88%
G = 77.08%
B = 1.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#154A01 (or 0x154A01) is known color: Myrtle. HEX triplet: 15, 4A and 01. RGB value is (21,74,1). Sum of RGB (Red+Green+Blue) = 21+74+1=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 74 (29.30% from 255 or 77.08% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 74 - color contains mainly: green. Hex color #154A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #154A01 is #EAB5FE. Grayscale: #323232. Windows color (decimal): -15382015 or 84501. OLE color: 84501.

HSL color Cylindrical-coordinate representation of color #154A01: hue angle of 103.56º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #154A01 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 74 1 -
CMYK 0.72 0 0.99 0.71
HSL 103.56º 0.97% 0.15% -
HSV(B) 103.56º 0.99% 0.29% -
XYZ 2.76 5.06 0.86 -
YUV 49.83 100.44 107.44 -
System Red Green Blue C M Y K H S L
Decimal 21 74 1 0.72 0 0.99 0.71 103.56 0.97 0.15
Hex 15 4A 1 48 0 63 47 68 61 F
Octal 25 112 1 110 0 143 107 150 141 17
Binary 10101 1001010 1 1001000 0 1100011 1000111 1101000 1100001 1111

Color Harmonies of #154A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154A01

Black with #154A01

Text Example


Text Example

White with #154A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154A01; }

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

 H1.HeaderClassName
 {
   color: #154A01;
 }
 .AnyTagClassName
 {
   color: #154A01;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #154A01;
 }
 .BgClassName
 {
   background-color: #154A01;
 }
</style>

border-color css

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

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

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