Html Css Color HEX #09322C Dark Green

📋 copy color: '#09322C'

red 9 ◦ green 50 ◦ blue 44

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

Shades of Dark Green #09322C

Tints of Dark Green #09322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 42.72%

R = 8.74%
G = 48.54%
B = 42.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#09322C (or 0x09322C) is known color: Dark Green. HEX triplet: 09, 32 and 2C. RGB value is (9,50,44). Sum of RGB (Red+Green+Blue) = 9+50+44=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #09322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09322C is #F6CDD3. Grayscale: #252525. Windows color (decimal): -16174548 or 2896393. OLE color: 2896393.

HSL color Cylindrical-coordinate representation of color #09322C: hue angle of 171.22º 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 #09322C is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 50 44 -
CMYK 0.82 0 0.12 0.80
HSL 171.22º 0.69% 0.12% -
HSV(B) 171.22º 0.82% 0.2% -
XYZ 1.71 2.52 2.78 -
YUV 37.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 9 50 44 0.82 0 0.12 0.80 171.22 0.69 0.12
Hex 9 32 2C 52 0 C 50 AB 45 C
Octal 11 62 54 122 0 14 120 253 105 14
Binary 1001 110010 101100 1010010 0 1100 1010000 10101011 1000101 1100

Color Harmonies of #09322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09322C

Black with #09322C

Text Example


Text Example

White with #09322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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