#071305

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

Shades of Myrtle #071305

Tints of Myrtle #071305

Color information

#071305 (or 0x071305) is unknown color: approx Myrtle. HEX triplet: 07, 13 and 05. RGB value is (7,19,5). Sum of RGB (Red+Green+Blue) = 7+19+5=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #071305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071305 is #F8ECFA. Grayscale: #0D0D0D. Windows color (decimal): -16313595 or 332551. OLE color: 332551.

HSL color Cylindrical-coordinate representation of color #071305: hue angle of 111.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #071305 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.

Color convert

RGB7195-
CMYK0.6300.740.93
HSL111.43º58.33%4.71%-
HSV(B)111.43º73.68%7.45%-
XYZ0.350.520.23-
YUV13.82123.02123.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 22.58%
GREEN value IS 19 (7.81% from 255) = 61.29%
BLUE value IS 5 (2.34% from 255) = 16.13%
R=22.58%
G=61.29%
B=16.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71950.6300.740.93111.4358.334.71
Hex71353F04A5D6f3a5
Octal7235770112135157725
Binary111100111011111110100101010111011101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071305; }

 p { color: rgb(7,19,5); }

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

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

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

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

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

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

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