Html Css Color HEX #052504 Myrtle

📋 copy color: '#052504'

red 5 ◦ green 37 ◦ blue 4

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

Shades of Myrtle #052504

Tints of Myrtle #052504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 8.7%

R = 10.87%
G = 80.43%
B = 8.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#052504 (or 0x052504) is known color: Myrtle. HEX triplet: 05, 25 and 04. RGB value is (5,37,4). Sum of RGB (Red+Green+Blue) = 5+37+4=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 37 (14.84% from 255 or 80.43% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 37 - color contains mainly: green. Hex color #052504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052504 is #FADAFB. Grayscale: #171717. Windows color (decimal): -16440060 or 271621. OLE color: 271621.

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

Color convert

RGB 5 37 4 -
CMYK 0.86 0 0.89 0.85
HSL 118.18º 0.8% 0.08% -
HSV(B) 118.18º 0.89% 0.15% -
XYZ 0.75 1.36 0.34 -
YUV 23.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 5 37 4 0.86 0 0.89 0.85 118.18 0.8 0.08
Hex 5 25 4 56 0 59 55 76 50 8
Octal 5 45 4 126 0 131 125 166 120 10
Binary 101 100101 100 1010110 0 1011001 1010101 1110110 1010000 1000

Color Harmonies of #052504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052504

Black with #052504

Text Example


Text Example

White with #052504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052504; }

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

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

background-color css

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

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

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

border-color css

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

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

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