Html Css Color HEX #05410D Myrtle

📋 copy color: '#05410D'

red 5 ◦ green 65 ◦ blue 13

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

Shades of Myrtle #05410D

Tints of Myrtle #05410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 78.31%

 BLUE value IS 13 (5.47% from 255) = 15.66%

R = 6.02%
G = 78.31%
B = 15.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#05410D (or 0x05410D) is known color: Myrtle. HEX triplet: 05, 41 and 0D. RGB value is (5,65,13). Sum of RGB (Red+Green+Blue) = 5+65+13=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 65 (25.78% from 255 or 78.31% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 65 - color contains mainly: green. Hex color #05410D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05410D is #FABEF2. Grayscale: #292929. Windows color (decimal): -16432883 or 868613. OLE color: 868613.

HSL color Cylindrical-coordinate representation of color #05410D: hue angle of 128º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05410D is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 65 13 -
CMYK 0.92 0 0.80 0.75
HSL 128º 0.86% 0.14% -
HSV(B) 128º 0.92% 0.25% -
XYZ 2.03 3.84 1.02 -
YUV 41.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 5 65 13 0.92 0 0.80 0.75 128 0.86 0.14
Hex 5 41 D 5C 0 50 4B 80 56 E
Octal 5 101 15 134 0 120 113 200 126 16
Binary 101 1000001 1101 1011100 0 1010000 1001011 10000000 1010110 1110

Color Harmonies of #05410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05410D

Black with #05410D

Text Example


Text Example

White with #05410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05410D; }

 p { color: rgb(5,65,13); }

 H1.HeaderClassName
 {
   color: #05410D;
 }
 .AnyTagClassName
 {
   color: #05410D;
 }
</style>

background-color css

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

 a { background-color: rgb(5,65,13); }

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

border-color css

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

 span { border-color: rgb(5,65,13); }

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