Html Css Color HEX #09322A Dark Green

📋 copy color: '#09322A'

red 9 ◦ green 50 ◦ blue 42

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

Shades of Dark Green #09322A

Tints of Dark Green #09322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 41.58%

R = 8.91%
G = 49.5%
B = 41.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.80

RGB Variations

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

Color information

#09322A (or 0x09322A) is known color: Dark Green. HEX triplet: 09, 32 and 2A. RGB value is (9,50,42). Sum of RGB (Red+Green+Blue) = 9+50+42=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #09322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09322A is #F6CDD5. Grayscale: #242424. Windows color (decimal): -16174550 or 2765321. OLE color: 2765321.

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

Color convert

RGB 9 50 42 -
CMYK 0.82 0 0.16 0.80
HSL 168.29º 0.69% 0.12% -
HSV(B) 168.29º 0.82% 0.2% -
XYZ 1.67 2.51 2.59 -
YUV 36.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 9 50 42 0.82 0 0.16 0.80 168.29 0.69 0.12
Hex 9 32 2A 52 0 10 50 A8 45 C
Octal 11 62 52 122 0 20 120 250 105 14
Binary 1001 110010 101010 1010010 0 10000 1010000 10101000 1000101 1100

Color Harmonies of #09322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09322A

Black with #09322A

Text Example


Text Example

White with #09322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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