Html Css Color HEX #09321C Dark Green

📋 copy color: '#09321C'

red 9 ◦ green 50 ◦ blue 28

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

Shades of Dark Green #09321C

Tints of Dark Green #09321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 32.18%

R = 10.34%
G = 57.47%
B = 32.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.44

 K value IS 0.80

RGB Variations

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

Color information

#09321C (or 0x09321C) is known color: Dark Green. HEX triplet: 09, 32 and 1C. RGB value is (9,50,28). Sum of RGB (Red+Green+Blue) = 9+50+28=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 28 (11.33% from 255 or 32.18% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #09321C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09321C is #F6CDE3. Grayscale: #232323. Windows color (decimal): -16174564 or 1847817. OLE color: 1847817.

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

Color convert

RGB 9 50 28 -
CMYK 0.82 0 0.44 0.80
HSL 147.8º 0.69% 0.12% -
HSV(B) 147.8º 0.82% 0.2% -
XYZ 1.46 2.42 1.49 -
YUV 35.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 9 50 28 0.82 0 0.44 0.80 147.8 0.69 0.12
Hex 9 32 1C 52 0 2C 50 94 45 C
Octal 11 62 34 122 0 54 120 224 105 14
Binary 1001 110010 11100 1010010 0 101100 1010000 10010100 1000101 1100

Color Harmonies of #09321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09321C

Black with #09321C

Text Example


Text Example

White with #09321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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