Html Css Color HEX #08362C Dark Green

📋 copy color: '#08362C'

red 8 ◦ green 54 ◦ blue 44

#08362C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #08362C

Tints of Dark Green #08362C

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 value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.79

RGB Variations

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

Color information

#08362C (or 0x08362C) is known color: 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

RGB 8 54 44 -
CMYK 0.85 0 0.19 0.79
HSL 166.96º 0.74% 0.12% -
HSV(B) 166.96º 0.85% 0.21% -
XYZ 1.87 2.87 2.84 -
YUV 39.11 130.76 105.81 -
System Red Green Blue C M Y K H S L
Decimal 8 54 44 0.85 0 0.19 0.79 166.96 0.74 0.12
Hex 8 36 2C 55 0 13 4F A7 4A C
Octal 10 66 54 125 0 23 117 247 112 14
Binary 1000 110110 101100 1010101 0 10011 1001111 10100111 1001010 1100

Color Harmonies of #08362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08362C

Black with #08362C

Text Example


Text Example

White with #08362C

Text Example


Text Example

HTML Codes & Css Web 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>