#08362F

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

Shades of Dark Green #08362F

Tints of Dark Green #08362F

Color information

#08362F (or 0x08362F) is unknown color: approx Dark Green. HEX triplet: 08, 36 and 2F. RGB value is (8,54,47). Sum of RGB (Red+Green+Blue) = 8+54+47=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #08362F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08362F is #F7C9D0. Grayscale: #272727. Windows color (decimal): -16239057 or 3094024. OLE color: 3094024.

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

Color convert

RGB85447-
CMYK0.8500.130.79
HSL170.87º74.19%12.16%-
HSV(B)170.87º85.19%21.18%-
XYZ1.932.93.15-
YUV39.45132.26105.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=7.34%
G=49.54%
B=43.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854470.8500.130.79170.8774.1912.16
Hex8362F550D4Fab4ac
Octal10665712501511725311214
Binary100011011010111110101010110110011111010101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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