Html Css Color HEX #052400 Myrtle

📋 copy color: '#052400'

red 5 ◦ green 36 ◦ blue 0

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

Shades of Myrtle #052400

Tints of Myrtle #052400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 87.8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.2%
G = 87.8%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.86

RGB Variations

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

Color information

#052400 (or 0x052400) is known color: Myrtle. HEX triplet: 05, 24 and 00. RGB value is (5,36,0). Sum of RGB (Red+Green+Blue) = 5+36+0=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 36 (14.45% from 255 or 87.80% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 36 - color contains mainly: green. Hex color #052400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052400 is #FADBFF. Grayscale: #161616. Windows color (decimal): -16440320 or 9221. OLE color: 9221.

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

Color convert

RGB 5 36 0 -
CMYK 0.86 0 1 0.86
HSL 111.67º 1% 0.07% -
HSV(B) 111.67º 1% 0.14% -
XYZ 0.69 1.29 0.21 -
YUV 22.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 5 36 0 0.86 0 1 0.86 111.67 1 0.07
Hex 5 24 0 56 0 64 56 70 64 7
Octal 5 44 0 126 0 144 126 160 144 7
Binary 101 100100 0 1010110 0 1100100 1010110 1110000 1100100 111

Color Harmonies of #052400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052400

Black with #052400

Text Example


Text Example

White with #052400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052400; }

 p { color: rgb(5,36,0); }

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

background-color css

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

 a { background-color: rgb(5,36,0); }

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

border-color css

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

 span { border-color: rgb(5,36,0); }

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