Html Css Color HEX #09321F Dark Green

📋 copy color: '#09321F'

red 9 ◦ green 50 ◦ blue 31

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

Shades of Dark Green #09321F

Tints of Dark Green #09321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 34.44%

R = 10%
G = 55.56%
B = 34.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#09321F (or 0x09321F) is known color: Dark Green. HEX triplet: 09, 32 and 1F. RGB value is (9,50,31). Sum of RGB (Red+Green+Blue) = 9+50+31=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #09321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09321F is #F6CDE0. Grayscale: #232323. Windows color (decimal): -16174561 or 2044425. OLE color: 2044425.

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

Color convert

RGB 9 50 31 -
CMYK 0.82 0 0.38 0.80
HSL 152.2º 0.69% 0.12% -
HSV(B) 152.2º 0.82% 0.2% -
XYZ 1.5 2.44 1.69 -
YUV 35.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 9 50 31 0.82 0 0.38 0.80 152.2 0.69 0.12
Hex 9 32 1F 52 0 26 50 98 45 C
Octal 11 62 37 122 0 46 120 230 105 14
Binary 1001 110010 11111 1010010 0 100110 1010000 10011000 1000101 1100

Color Harmonies of #09321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09321F

Black with #09321F

Text Example


Text Example

White with #09321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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