Html Css Color HEX #093121 Dark Green

📋 copy color: '#093121'

red 9 ◦ green 49 ◦ blue 33

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

Shades of Dark Green #093121

Tints of Dark Green #093121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 53.85%

 BLUE value IS 33 (13.28% from 255) = 36.26%

R = 9.89%
G = 53.85%
B = 36.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#093121 (or 0x093121) is known color: Dark Green. HEX triplet: 09, 31 and 21. RGB value is (9,49,33). Sum of RGB (Red+Green+Blue) = 9+49+33=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #093121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093121 is #F6CEDE. Grayscale: #232323. Windows color (decimal): -16174815 or 2175241. OLE color: 2175241.

HSL color Cylindrical-coordinate representation of color #093121: hue angle of 156º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093121 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 49 33 -
CMYK 0.82 0 0.33 0.81
HSL 156º 0.69% 0.11% -
HSV(B) 156º 0.82% 0.19% -
XYZ 1.49 2.36 1.82 -
YUV 35.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 9 49 33 0.82 0 0.33 0.81 156 0.69 0.11
Hex 9 31 21 52 0 21 51 9C 45 B
Octal 11 61 41 122 0 41 121 234 105 13
Binary 1001 110001 100001 1010010 0 100001 1010001 10011100 1000101 1011

Color Harmonies of #093121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093121

Black with #093121

Text Example


Text Example

White with #093121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093121; }

 p { color: rgb(9,49,33); }

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

background-color css

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

 a { background-color: rgb(9,49,33); }

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

border-color css

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

 span { border-color: rgb(9,49,33); }

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