Html Css Color HEX #093222 Dark Green

📋 copy color: '#093222'

red 9 ◦ green 50 ◦ blue 34

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

Shades of Dark Green #093222

Tints of Dark Green #093222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 53.76%

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

R = 9.68%
G = 53.76%
B = 36.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#093222 (or 0x093222) is known color: Dark Green. HEX triplet: 09, 32 and 22. RGB value is (9,50,34). Sum of RGB (Red+Green+Blue) = 9+50+34=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 34 (13.67% from 255 or 36.56% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #093222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093222 is #F6CDDD. Grayscale: #232323. Windows color (decimal): -16174558 or 2241033. OLE color: 2241033.

HSL color Cylindrical-coordinate representation of color #093222: hue angle of 156.59º degrees, saturation: 0.69, 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 #093222 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 34 -
CMYK 0.82 0 0.32 0.80
HSL 156.59º 0.69% 0.12% -
HSV(B) 156.59º 0.82% 0.2% -
XYZ 1.54 2.45 1.91 -
YUV 35.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 9 50 34 0.82 0 0.32 0.80 156.59 0.69 0.12
Hex 9 32 22 52 0 20 50 9D 45 C
Octal 11 62 42 122 0 40 120 235 105 14
Binary 1001 110010 100010 1010010 0 100000 1010000 10011101 1000101 1100

Color Harmonies of #093222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093222

Black with #093222

Text Example


Text Example

White with #093222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093222; }

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

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

background-color css

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

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

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

border-color css

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

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

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