Html Css Color HEX #092420 Dark Green

📋 copy color: '#092420'

red 9 ◦ green 36 ◦ blue 32

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

Shades of Dark Green #092420

Tints of Dark Green #092420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 46.75%

 BLUE value IS 32 (12.89% from 255) = 41.56%

R = 11.69%
G = 46.75%
B = 41.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#092420 (or 0x092420) is known color: Dark Green. HEX triplet: 09, 24 and 20. RGB value is (9,36,32). Sum of RGB (Red+Green+Blue) = 9+36+32=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #092420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092420 is #F6DBDF. Grayscale: #1B1B1B. Windows color (decimal): -16178144 or 2106377. OLE color: 2106377.

HSL color Cylindrical-coordinate representation of color #092420: hue angle of 171.11º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #092420 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 9 36 32 -
CMYK 0.75 0 0.11 0.86
HSL 171.11º 0.6% 0.09% -
HSV(B) 171.11º 0.75% 0.14% -
XYZ 1 1.42 1.59 -
YUV 27.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 9 36 32 0.75 0 0.11 0.86 171.11 0.6 0.09
Hex 9 24 20 4B 0 B 56 AB 3C 9
Octal 11 44 40 113 0 13 126 253 74 11
Binary 1001 100100 100000 1001011 0 1011 1010110 10101011 111100 1001

Color Harmonies of #092420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092420

Black with #092420

Text Example


Text Example

White with #092420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092420; }

 p { color: rgb(9,36,32); }

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

background-color css

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

 a { background-color: rgb(9,36,32); }

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

border-color css

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

 span { border-color: rgb(9,36,32); }

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