#05380B

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

Shades of Myrtle #05380B

Tints of Myrtle #05380B

Color information

#05380B (or 0x05380B) is unknown color: approx Myrtle. HEX triplet: 05, 38 and 0B. RGB value is (5,56,11). Sum of RGB (Red+Green+Blue) = 5+56+11=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 56 (22.27% from 255 or 77.78% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 56 - color contains mainly: green. Hex color #05380B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05380B is #FAC7F4. Grayscale: #232323. Windows color (decimal): -16435189 or 735237. OLE color: 735237.

HSL color Cylindrical-coordinate representation of color #05380B: hue angle of 127.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05380B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB55611-
CMYK0.9100.800.78
HSL127.06º83.61%11.96%-
HSV(B)127.06º91.07%21.96%-
XYZ1.542.880.79-
YUV35.62114.1106.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.94%
GREEN value IS 56 (22.27% from 255) = 77.78%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=6.94%
G=77.78%
B=15.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556110.9100.800.78127.0683.6111.96
Hex538B5B0504E7f54c
Octal57013133012011617712414
Binary10111100010111011011010100001001110111111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05380B; }

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

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

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

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

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

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

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

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