Html Css Color HEX #08362D Dark Green

📋 copy color: '#08362D'

red 8 ◦ green 54 ◦ blue 45

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

Shades of Dark Green #08362D

Tints of Dark Green #08362D

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

 M value IS 0

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

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

RGB 8 54 45 -
CMYK 0.85 0 0.17 0.79
HSL 168.26º 0.74% 0.12% -
HSV(B) 168.26º 0.85% 0.21% -
XYZ 1.89 2.88 2.94 -
YUV 39.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 8 54 45 0.85 0 0.17 0.79 168.26 0.74 0.12
Hex 8 36 2D 55 0 11 4F A8 4A C
Octal 10 66 55 125 0 21 117 250 112 14
Binary 1000 110110 101101 1010101 0 10001 1001111 10101000 1001010 1100

Color Harmonies of #08362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08362D

Black with #08362D

Text Example


Text Example

White with #08362D

Text Example


Text Example

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