Html Css Color HEX #215801 Myrtle

📋 copy color: '#215801'

red 33 ◦ green 88 ◦ blue 1

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

Shades of Myrtle #215801

Tints of Myrtle #215801

RGB

 RED value IS 33 (13.28% from 255) = 27.05%

 GREEN value IS 88 (34.77% from 255) = 72.13%

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

R = 27.05%
G = 72.13%
B = 0.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#215801 (or 0x215801) is known color: Myrtle. HEX triplet: 21, 58 and 01. RGB value is (33,88,1). Sum of RGB (Red+Green+Blue) = 33+88+1=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 88 (34.77% from 255 or 72.13% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 88 - color contains mainly: green. Hex color #215801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215801 is #DEA7FE. Grayscale: #3D3D3D. Windows color (decimal): -14591999 or 88097. OLE color: 88097.

HSL color Cylindrical-coordinate representation of color #215801: hue angle of 97.93º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #215801 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 88 1 -
CMYK 0.62 0 0.99 0.65
HSL 97.93º 0.98% 0.17% -
HSV(B) 97.93º 0.99% 0.35% -
XYZ 4.12 7.3 1.22 -
YUV 61.64 93.78 107.57 -
System Red Green Blue C M Y K H S L
Decimal 33 88 1 0.62 0 0.99 0.65 97.93 0.98 0.17
Hex 21 58 1 3E 0 63 41 62 62 11
Octal 41 130 1 76 0 143 101 142 142 21
Binary 100001 1011000 1 111110 0 1100011 1000001 1100010 1100010 10001

Color Harmonies of #215801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215801

Black with #215801

Text Example


Text Example

White with #215801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215801; }

 p { color: rgb(33,88,1); }

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

background-color css

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

 a { background-color: rgb(33,88,1); }

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

border-color css

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

 span { border-color: rgb(33,88,1); }

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