Html Css Color HEX #08360D Myrtle

📋 copy color: '#08360D'

red 8 ◦ green 54 ◦ blue 13

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

Shades of Myrtle #08360D

Tints of Myrtle #08360D

RGB

 RED value IS 8 (3.52% from 255) = 10.67%

 GREEN value IS 54 (21.48% from 255) = 72%

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

R = 10.67%
G = 72%
B = 17.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#08360D (or 0x08360D) is known color: Myrtle. HEX triplet: 08, 36 and 0D. RGB value is (8,54,13). Sum of RGB (Red+Green+Blue) = 8+54+13=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 54 (21.48% from 255 or 72% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 54 - color contains mainly: green. Hex color #08360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08360D is #F7C9F2. Grayscale: #232323. Windows color (decimal): -16239091 or 865800. OLE color: 865800.

HSL color Cylindrical-coordinate representation of color #08360D: hue angle of 126.52º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08360D is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 54 13 -
CMYK 0.85 0 0.76 0.79
HSL 126.52º 0.74% 0.12% -
HSV(B) 126.52º 0.85% 0.21% -
XYZ 1.49 2.72 0.83 -
YUV 35.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 8 54 13 0.85 0 0.76 0.79 126.52 0.74 0.12
Hex 8 36 D 55 0 4C 4F 7F 4A C
Octal 10 66 15 125 0 114 117 177 112 14
Binary 1000 110110 1101 1010101 0 1001100 1001111 1111111 1001010 1100

Color Harmonies of #08360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08360D

Black with #08360D

Text Example


Text Example

White with #08360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,54,13); }

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

background-color css

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

 a { background-color: rgb(8,54,13); }

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

border-color css

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

 span { border-color: rgb(8,54,13); }

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