Html Css Color HEX #093620 Dark Green

📋 copy color: '#093620'

red 9 ◦ green 54 ◦ blue 32

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

Shades of Dark Green #093620

Tints of Dark Green #093620

RGB

 RED value IS 9 (3.91% from 255) = 9.47%

 GREEN value IS 54 (21.48% from 255) = 56.84%

 BLUE value IS 32 (12.89% from 255) = 33.68%

R = 9.47%
G = 56.84%
B = 33.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#093620 (or 0x093620) is known color: Dark Green. HEX triplet: 09, 36 and 20. RGB value is (9,54,32). Sum of RGB (Red+Green+Blue) = 9+54+32=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 54 (21.48% from 255 or 56.84% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 54 - color contains mainly: green. Hex color #093620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093620 is #F6C9DF. Grayscale: #262626. Windows color (decimal): -16173536 or 2110985. OLE color: 2110985.

HSL color Cylindrical-coordinate representation of color #093620: hue angle of 150.67º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093620 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB 9 54 32 -
CMYK 0.83 0 0.41 0.79
HSL 150.67º 0.71% 0.12% -
HSV(B) 150.67º 0.83% 0.21% -
XYZ 1.69 2.8 1.82 -
YUV 38.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 9 54 32 0.83 0 0.41 0.79 150.67 0.71 0.12
Hex 9 36 20 53 0 29 4F 97 47 C
Octal 11 66 40 123 0 51 117 227 107 14
Binary 1001 110110 100000 1010011 0 101001 1001111 10010111 1000111 1100

Color Harmonies of #093620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093620

Black with #093620

Text Example


Text Example

White with #093620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093620; }

 p { color: rgb(9,54,32); }

 H1.HeaderClassName
 {
   color: #093620;
 }
 .AnyTagClassName
 {
   color: #093620;
 }
</style>

background-color css

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

 a { background-color: rgb(9,54,32); }

 div.DivClassName
 {
   background-color: #093620;
 }
 .BgClassName
 {
   background-color: #093620;
 }
</style>

border-color css

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

 span { border-color: rgb(9,54,32); }

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