Html Css Color HEX #093320 Dark Green

📋 copy color: '#093320'

red 9 ◦ green 51 ◦ blue 32

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

Shades of Dark Green #093320

Tints of Dark Green #093320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 55.43%

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

R = 9.78%
G = 55.43%
B = 34.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#093320 (or 0x093320) is known color: Dark Green. HEX triplet: 09, 33 and 20. RGB value is (9,51,32). Sum of RGB (Red+Green+Blue) = 9+51+32=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 51 (20.31% from 255 or 55.43% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 51 - color contains mainly: green. Hex color #093320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093320 is #F6CCDF. Grayscale: #242424. Windows color (decimal): -16174304 or 2110217. OLE color: 2110217.

HSL color Cylindrical-coordinate representation of color #093320: hue angle of 152.86º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093320 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 9 51 32 -
CMYK 0.82 0 0.37 0.8
HSL 152.86º 0.7% 0.12% -
HSV(B) 152.86º 0.82% 0.2% -
XYZ 1.56 2.53 1.77 -
YUV 36.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 9 51 32 0.82 0 0.37 0.8 152.86 0.7 0.12
Hex 9 33 20 52 0 25 50 99 46 C
Octal 11 63 40 122 0 45 120 231 106 14
Binary 1001 110011 100000 1010010 0 100101 1010000 10011001 1000110 1100

Color Harmonies of #093320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093320

Black with #093320

Text Example


Text Example

White with #093320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093320; }

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

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

background-color css

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

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

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

border-color css

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

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

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