Html Css Color HEX #050B04 Myrtle

📋 copy color: '#050B04'

red 5 ◦ green 11 ◦ blue 4

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

Shades of Myrtle #050B04

Tints of Myrtle #050B04

RGB

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

 GREEN value IS 11 (4.69% from 255) = 55%

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

R = 25%
G = 55%
B = 20%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.64

 K value IS 0.96

RGB Variations

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

Color information

#050B04 (or 0x050B04) is known color: Myrtle. HEX triplet: 05, 0B and 04. RGB value is (5,11,4). Sum of RGB (Red+Green+Blue) = 5+11+4=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 11 (4.69% from 255 or 55% from 20); Blue value is 4 (1.95% from 255 or 20% from 20); Max value from RGB is 11 - color contains mainly: green. Hex color #050B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B04 is #FAF4FB. Grayscale: #080808. Windows color (decimal): -16446716 or 264965. OLE color: 264965.

HSL color Cylindrical-coordinate representation of color #050B04: hue angle of 111.43º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #050B04 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 11 4 -
CMYK 0.55 0 0.64 0.96
HSL 111.43º 0.47% 0.03% -
HSV(B) 111.43º 0.64% 0.04% -
XYZ 0.2 0.28 0.16 -
YUV 8.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 5 11 4 0.55 0 0.64 0.96 111.43 0.47 0.03
Hex 5 B 4 37 0 40 60 6F 2F 3
Octal 5 13 4 67 0 100 140 157 57 3
Binary 101 1011 100 110111 0 1000000 1100000 1101111 101111 11

Color Harmonies of #050B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050B04

Black with #050B04

Text Example


Text Example

White with #050B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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