#08360A

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

Shades of Myrtle #08360A

Tints of Myrtle #08360A

Color information

#08360A (or 0x08360A) is unknown color: approx Myrtle. HEX triplet: 08, 36 and 0A. RGB value is (8,54,10). Sum of RGB (Red+Green+Blue) = 8+54+10=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 54 (21.48% from 255 or 75% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 54 - color contains mainly: green. Hex color #08360A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08360A is #F7C9F5. Grayscale: #232323. Windows color (decimal): -16239094 or 669192. OLE color: 669192.

HSL color Cylindrical-coordinate representation of color #08360A: hue angle of 122.61º 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 #08360A is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB85410-
CMYK0.8500.810.79
HSL122.61º74.19%12.16%-
HSV(B)122.61º85.19%21.18%-
XYZ1.472.710.73-
YUV35.23113.76108.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 54 (21.48% from 255) = 75%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=11.11%
G=75%
B=13.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854100.8500.810.79122.6174.1912.16
Hex836A550514F7b4ac
Octal106612125012111717311214
Binary100011011010101010101010100011001111111101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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