#053F0B

Color #053F0B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #053F0B

Tints of Myrtle #053F0B

Color information

#053F0B (or 0x053F0B) is unknown color: approx Myrtle. HEX triplet: 05, 3F and 0B. RGB value is (5,63,11). Sum of RGB (Red+Green+Blue) = 5+63+11=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 63 (25% from 255 or 79.75% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 63 - color contains mainly: green. Hex color #053F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053F0B is #FAC0F4. Grayscale: #272727. Windows color (decimal): -16433397 or 737029. OLE color: 737029.

HSL color Cylindrical-coordinate representation of color #053F0B: hue angle of 126.21º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F0B is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB56311-
CMYK0.9200.830.75
HSL126.21º85.29%13.33%-
HSV(B)126.21º92.06%24.71%-
XYZ1.93.610.91-
YUV39.73111.78103.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 63 (25% from 255) = 79.75%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=6.33%
G=79.75%
B=13.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563110.9200.830.75126.2185.2913.33
Hex53FB5C0534B7e55d
Octal57713134012311317612515
Binary10111111110111011100010100111001011111111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #053F0B;
 }
 .AnyTagClassName
 {
   color: #053F0B;
 }
</style>
background-color css

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

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

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

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

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

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