#08362B

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

Shades of Dark Green #08362B

Tints of Dark Green #08362B

Color information

#08362B (or 0x08362B) is unknown color: approx Dark Green. HEX triplet: 08, 36 and 2B. RGB value is (8,54,43). Sum of RGB (Red+Green+Blue) = 8+54+43=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #08362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08362B is #F7C9D4. Grayscale: #262626. Windows color (decimal): -16239061 or 2831880. OLE color: 2831880.

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

Color convert

RGB85443-
CMYK0.8500.200.79
HSL165.65º74.19%12.16%-
HSV(B)165.65º85.19%21.18%-
XYZ1.862.862.74-
YUV38.99130.26105.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 54 (21.48% from 255) = 51.43%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=7.62%
G=51.43%
B=40.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal854430.8500.200.79165.6574.1912.16
Hex8362B550144Fa64ac
Octal10665312502411724611214
Binary1000110110101011101010101010010011111010011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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