Html Css Color HEX #052301 Myrtle

📋 copy color: '#052301'

red 5 ◦ green 35 ◦ blue 1

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

Shades of Myrtle #052301

Tints of Myrtle #052301

RGB

 RED value IS 5 (2.34% from 255) = 12.2%

 GREEN value IS 35 (14.06% from 255) = 85.37%

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

R = 12.2%
G = 85.37%
B = 2.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#052301 (or 0x052301) is known color: Myrtle. HEX triplet: 05, 23 and 01. RGB value is (5,35,1). Sum of RGB (Red+Green+Blue) = 5+35+1=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 35 (14.06% from 255 or 85.37% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 35 - color contains mainly: green. Hex color #052301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052301 is #FADCFE. Grayscale: #161616. Windows color (decimal): -16440575 or 74501. OLE color: 74501.

HSL color Cylindrical-coordinate representation of color #052301: hue angle of 112.94º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052301 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 1 -
CMYK 0.86 0 0.97 0.86
HSL 112.94º 0.94% 0.07% -
HSV(B) 112.94º 0.97% 0.14% -
XYZ 0.67 1.24 0.23 -
YUV 22.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 5 35 1 0.86 0 0.97 0.86 112.94 0.94 0.07
Hex 5 23 1 56 0 61 56 71 5E 7
Octal 5 43 1 126 0 141 126 161 136 7
Binary 101 100011 1 1010110 0 1100001 1010110 1110001 1011110 111

Color Harmonies of #052301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052301

Black with #052301

Text Example


Text Example

White with #052301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052301; }

 p { color: rgb(5,35,1); }

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

background-color css

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

 a { background-color: rgb(5,35,1); }

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

border-color css

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

 span { border-color: rgb(5,35,1); }

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