Html Css Color HEX #071305 Myrtle

📋 copy color: '#071305'

red 7 ◦ green 19 ◦ blue 5

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

Shades of Myrtle #071305

Tints of Myrtle #071305

RGB

 RED value IS 7 (3.13% 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 value IS 0.63

 M value IS 0

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#071305 (or 0x071305) is known color: 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

RGB 7 19 5 -
CMYK 0.63 0 0.74 0.93
HSL 111.43º 0.58% 0.05% -
HSV(B) 111.43º 0.74% 0.07% -
XYZ 0.35 0.52 0.23 -
YUV 13.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 7 19 5 0.63 0 0.74 0.93 111.43 0.58 0.05
Hex 7 13 5 3F 0 4A 5D 6F 3A 5
Octal 7 23 5 77 0 112 135 157 72 5
Binary 111 10011 101 111111 0 1001010 1011101 1101111 111010 101

Color Harmonies of #071305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071305

Black with #071305

Text Example


Text Example

White with #071305

Text Example


Text Example

HTML Codes & Css Web 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>