#08380D

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

Shades of Myrtle #08380D

Tints of Myrtle #08380D

Color information

#08380D (or 0x08380D) is unknown color: approx Myrtle. HEX triplet: 08, 38 and 0D. RGB value is (8,56,13). Sum of RGB (Red+Green+Blue) = 8+56+13=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #08380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08380D is #F7C7F2. Grayscale: #242424. Windows color (decimal): -16238579 or 866312. OLE color: 866312.

HSL color Cylindrical-coordinate representation of color #08380D: hue angle of 126.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08380D is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB85613-
CMYK0.8600.770.78
HSL126.25º75%12.55%-
HSV(B)126.25º85.71%21.96%-
XYZ1.592.910.86-
YUV36.75114.6107.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.39%
GREEN value IS 56 (22.27% from 255) = 72.73%
BLUE value IS 13 (5.47% from 255) = 16.88%
R=10.39%
G=72.73%
B=16.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal856130.8600.770.78126.257512.55
Hex838D5604D4E7e4bd
Octal107015126011511617611315
Binary100011100011011010110010011011001110111111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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