Html Css Color HEX #093122 Dark Green

📋 copy color: '#093122'

red 9 ◦ green 49 ◦ blue 34

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

Shades of Dark Green #093122

Tints of Dark Green #093122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 36.96%

R = 9.78%
G = 53.26%
B = 36.96%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#093122 (or 0x093122) is known color: Dark Green. HEX triplet: 09, 31 and 22. RGB value is (9,49,34). Sum of RGB (Red+Green+Blue) = 9+49+34=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #093122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093122 is #F6CEDD. Grayscale: #232323. Windows color (decimal): -16174814 or 2240777. OLE color: 2240777.

HSL color Cylindrical-coordinate representation of color #093122: hue angle of 157.5º 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 #093122 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 9 49 34 -
CMYK 0.82 0 0.31 0.81
HSL 157.5º 0.69% 0.11% -
HSV(B) 157.5º 0.82% 0.19% -
XYZ 1.5 2.37 1.89 -
YUV 35.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 9 49 34 0.82 0 0.31 0.81 157.5 0.69 0.11
Hex 9 31 22 52 0 1F 51 9E 45 B
Octal 11 61 42 122 0 37 121 236 105 13
Binary 1001 110001 100010 1010010 0 11111 1010001 10011110 1000101 1011

Color Harmonies of #093122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093122

Black with #093122

Text Example


Text Example

White with #093122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093122; }

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

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

background-color css

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

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

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

border-color css

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

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

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