Html Css Color HEX #052505 Myrtle

📋 copy color: '#052505'

red 5 ◦ green 37 ◦ blue 5

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

Shades of Myrtle #052505

Tints of Myrtle #052505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 10.64%

R = 10.64%
G = 78.72%
B = 10.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#052505 (or 0x052505) is known color: Myrtle. HEX triplet: 05, 25 and 05. RGB value is (5,37,5). Sum of RGB (Red+Green+Blue) = 5+37+5=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 37 (14.84% from 255 or 78.72% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 37 - color contains mainly: green. Hex color #052505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052505 is #FADAFA. Grayscale: #171717. Windows color (decimal): -16440059 or 337157. OLE color: 337157.

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

Color convert

RGB 5 37 5 -
CMYK 0.86 0 0.86 0.85
HSL 120º 0.76% 0.08% -
HSV(B) 120º 0.86% 0.15% -
XYZ 0.75 1.37 0.37 -
YUV 23.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 5 37 5 0.86 0 0.86 0.85 120 0.76 0.08
Hex 5 25 5 56 0 56 55 78 4C 8
Octal 5 45 5 126 0 126 125 170 114 10
Binary 101 100101 101 1010110 0 1010110 1010101 1111000 1001100 1000

Color Harmonies of #052505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052505

Black with #052505

Text Example


Text Example

White with #052505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052505; }

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

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

background-color css

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

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

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

border-color css

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

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

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