Html Css Color HEX #052500 Myrtle

📋 copy color: '#052500'

red 5 ◦ green 37 ◦ blue 0

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

Shades of Myrtle #052500

Tints of Myrtle #052500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 88.1%

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

R = 11.9%
G = 88.1%
B = 0%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#052500 (or 0x052500) is known color: Myrtle. HEX triplet: 05, 25 and 00. RGB value is (5,37,0). Sum of RGB (Red+Green+Blue) = 5+37+0=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 37 (14.84% from 255 or 88.10% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 37 - color contains mainly: green. Hex color #052500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052500 is #FADAFF. Grayscale: #171717. Windows color (decimal): -16440064 or 9477. OLE color: 9477.

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

Color convert

RGB 5 37 0 -
CMYK 0.86 0 1 0.85
HSL 111.89º 1% 0.07% -
HSV(B) 111.89º 1% 0.15% -
XYZ 0.72 1.36 0.22 -
YUV 23.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 5 37 0 0.86 0 1 0.85 111.89 1 0.07
Hex 5 25 0 56 0 64 55 70 64 7
Octal 5 45 0 126 0 144 125 160 144 7
Binary 101 100101 0 1010110 0 1100100 1010101 1110000 1100100 111

Color Harmonies of #052500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052500

Black with #052500

Text Example


Text Example

White with #052500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052500; }

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

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

background-color css

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

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

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

border-color css

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

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

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