Html Css Color HEX #09321B Dark Green

📋 copy color: '#09321B'

red 9 ◦ green 50 ◦ blue 27

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

Shades of Dark Green #09321B

Tints of Dark Green #09321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 31.4%

R = 10.47%
G = 58.14%
B = 31.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.46

 K value IS 0.80

RGB Variations

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

Color information

#09321B (or 0x09321B) is known color: Dark Green. HEX triplet: 09, 32 and 1B. RGB value is (9,50,27). Sum of RGB (Red+Green+Blue) = 9+50+27=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #09321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09321B is #F6CDE4. Grayscale: #232323. Windows color (decimal): -16174565 or 1782281. OLE color: 1782281.

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

Color convert

RGB 9 50 27 -
CMYK 0.82 0 0.46 0.80
HSL 146.34º 0.69% 0.12% -
HSV(B) 146.34º 0.82% 0.2% -
XYZ 1.45 2.42 1.43 -
YUV 35.12 123.42 109.37 -
System Red Green Blue C M Y K H S L
Decimal 9 50 27 0.82 0 0.46 0.80 146.34 0.69 0.12
Hex 9 32 1B 52 0 2E 50 92 45 C
Octal 11 62 33 122 0 56 120 222 105 14
Binary 1001 110010 11011 1010010 0 101110 1010000 10010010 1000101 1100

Color Harmonies of #09321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09321B

Black with #09321B

Text Example


Text Example

White with #09321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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