#08362C

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

Shades of Dark Green #08362C

Tints of Dark Green #08362C

Color information

#08362C (or 0x08362C) is unknown color: approx Dark Green. HEX triplet: 08, 36 and 2C. RGB value is (8,54,44). Sum of RGB (Red+Green+Blue) = 8+54+44=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #08362C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08362C is #F7C9D3. Grayscale: #272727. Windows color (decimal): -16239060 or 2897416. OLE color: 2897416.

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

Color convert

RGB85444-
CMYK0.8500.190.79
HSL166.96º74.19%12.16%-
HSV(B)166.96º85.19%21.18%-
XYZ1.872.872.84-
YUV39.11130.76105.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 44 (17.58% from 255) = 41.51%
R=7.55%
G=50.94%
B=41.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854440.8500.190.79166.9674.1912.16
Hex8362C550134Fa74ac
Octal10665412502311724711214
Binary1000110110101100101010101001110011111010011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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