#08361D

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

Shades of Dark Green #08361D

Tints of Dark Green #08361D

Color information

#08361D (or 0x08361D) is unknown color: approx Dark Green. HEX triplet: 08, 36 and 1D. RGB value is (8,54,29). Sum of RGB (Red+Green+Blue) = 8+54+29=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #08361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08361D is #F7C9E2. Grayscale: #252525. Windows color (decimal): -16239075 or 1914376. OLE color: 1914376.

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

Color convert

RGB85429-
CMYK0.8500.460.79
HSL147.39º74.19%12.16%-
HSV(B)147.39º85.19%21.18%-
XYZ1.642.781.61-
YUV37.4123.26107.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 54 (21.48% from 255) = 59.34%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=8.79%
G=59.34%
B=31.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854290.8500.460.79147.3974.1912.16
Hex8361D5502E4F934ac
Octal10663512505611722311214
Binary1000110110111011010101010111010011111001001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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