#08362D

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

Shades of Dark Green #08362D

Tints of Dark Green #08362D

Color information

#08362D (or 0x08362D) is unknown color: approx Dark Green. HEX triplet: 08, 36 and 2D. RGB value is (8,54,45). Sum of RGB (Red+Green+Blue) = 8+54+45=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #08362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08362D is #F7C9D2. Grayscale: #272727. Windows color (decimal): -16239059 or 2962952. OLE color: 2962952.

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

Color convert

RGB85445-
CMYK0.8500.170.79
HSL168.26º74.19%12.16%-
HSV(B)168.26º85.19%21.18%-
XYZ1.892.882.94-
YUV39.22131.26105.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 54 (21.48% from 255) = 50.47%
BLUE value IS 45 (17.97% from 255) = 42.06%
R=7.48%
G=50.47%
B=42.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854450.8500.170.79168.2674.1912.16
Hex8362D550114Fa84ac
Octal10665512502111725011214
Binary1000110110101101101010101000110011111010100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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