Html Css Color HEX #052905 Myrtle

📋 copy color: '#052905'

red 5 ◦ green 41 ◦ blue 5

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

Shades of Myrtle #052905

Tints of Myrtle #052905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 80.39%

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

R = 9.8%
G = 80.39%
B = 9.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.84

RGB Variations

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

Color information

#052905 (or 0x052905) is known color: Myrtle. HEX triplet: 05, 29 and 05. RGB value is (5,41,5). Sum of RGB (Red+Green+Blue) = 5+41+5=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 41 (16.41% from 255 or 80.39% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 41 - color contains mainly: green. Hex color #052905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052905 is #FAD6FA. Grayscale: #1A1A1A. Windows color (decimal): -16439035 or 338181. OLE color: 338181.

HSL color Cylindrical-coordinate representation of color #052905: hue angle of 120º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052905 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 41 5 -
CMYK 0.88 0 0.88 0.84
HSL 120º 0.78% 0.09% -
HSV(B) 120º 0.88% 0.16% -
XYZ 0.88 1.63 0.41 -
YUV 26.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 5 41 5 0.88 0 0.88 0.84 120 0.78 0.09
Hex 5 29 5 58 0 58 54 78 4E 9
Octal 5 51 5 130 0 130 124 170 116 11
Binary 101 101001 101 1011000 0 1011000 1010100 1111000 1001110 1001

Color Harmonies of #052905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052905

Black with #052905

Text Example


Text Example

White with #052905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052905; }

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

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

background-color css

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

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

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

border-color css

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

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

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