Html Css Color HEX #153501 Myrtle

📋 copy color: '#153501'

red 21 ◦ green 53 ◦ blue 1

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

Shades of Myrtle #153501

Tints of Myrtle #153501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 70.67%

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

R = 28%
G = 70.67%
B = 1.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#153501 (or 0x153501) is known color: Myrtle. HEX triplet: 15, 35 and 01. RGB value is (21,53,1). Sum of RGB (Red+Green+Blue) = 21+53+1=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 53 (21.09% from 255 or 70.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 53 - color contains mainly: green. Hex color #153501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153501 is #EACAFE. Grayscale: #252525. Windows color (decimal): -15387391 or 79125. OLE color: 79125.

HSL color Cylindrical-coordinate representation of color #153501: hue angle of 96.92º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #153501 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 21 53 1 -
CMYK 0.60 0 0.98 0.79
HSL 96.92º 0.96% 0.11% -
HSV(B) 96.92º 0.98% 0.21% -
XYZ 1.59 2.71 0.47 -
YUV 37.5 107.4 116.23 -
System Red Green Blue C M Y K H S L
Decimal 21 53 1 0.60 0 0.98 0.79 96.92 0.96 0.11
Hex 15 35 1 3C 0 62 4F 61 60 B
Octal 25 65 1 74 0 142 117 141 140 13
Binary 10101 110101 1 111100 0 1100010 1001111 1100001 1100000 1011

Color Harmonies of #153501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153501

Black with #153501

Text Example


Text Example

White with #153501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153501; }

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

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

background-color css

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

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

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

border-color css

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

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

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