Html Css Color HEX #053B0B Myrtle

📋 copy color: '#053B0B'

red 5 ◦ green 59 ◦ blue 11

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

Shades of Myrtle #053B0B

Tints of Myrtle #053B0B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 78.67%

 BLUE value IS 11 (4.69% from 255) = 14.67%

R = 6.67%
G = 78.67%
B = 14.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#053B0B (or 0x053B0B) is known color: Myrtle. HEX triplet: 05, 3B and 0B. RGB value is (5,59,11). Sum of RGB (Red+Green+Blue) = 5+59+11=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 59 (23.44% from 255 or 78.67% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 59 - color contains mainly: green. Hex color #053B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053B0B is #FAC4F4. Grayscale: #252525. Windows color (decimal): -16434421 or 736005. OLE color: 736005.

HSL color Cylindrical-coordinate representation of color #053B0B: hue angle of 126.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B0B is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 59 11 -
CMYK 0.92 0 0.81 0.77
HSL 126.67º 0.84% 0.13% -
HSV(B) 126.67º 0.92% 0.23% -
XYZ 1.69 3.18 0.84 -
YUV 37.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 5 59 11 0.92 0 0.81 0.77 126.67 0.84 0.13
Hex 5 3B B 5C 0 51 4D 7F 54 D
Octal 5 73 13 134 0 121 115 177 124 15
Binary 101 111011 1011 1011100 0 1010001 1001101 1111111 1010100 1101

Color Harmonies of #053B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053B0B

Black with #053B0B

Text Example


Text Example

White with #053B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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