Html Css Color HEX #092620 Dark Green

📋 copy color: '#092620'

red 9 ◦ green 38 ◦ blue 32

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

Shades of Dark Green #092620

Tints of Dark Green #092620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 48.1%

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

R = 11.39%
G = 48.1%
B = 40.51%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#092620 (or 0x092620) is known color: Dark Green. HEX triplet: 09, 26 and 20. RGB value is (9,38,32). Sum of RGB (Red+Green+Blue) = 9+38+32=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #092620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092620 is #F6D9DF. Grayscale: #1C1C1C. Windows color (decimal): -16177632 or 2106889. OLE color: 2106889.

HSL color Cylindrical-coordinate representation of color #092620: hue angle of 167.59º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092620 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 38 32 -
CMYK 0.76 0 0.16 0.85
HSL 167.59º 0.62% 0.09% -
HSV(B) 167.59º 0.76% 0.15% -
XYZ 1.07 1.55 1.61 -
YUV 28.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 9 38 32 0.76 0 0.16 0.85 167.59 0.62 0.09
Hex 9 26 20 4C 0 10 55 A8 3E 9
Octal 11 46 40 114 0 20 125 250 76 11
Binary 1001 100110 100000 1001100 0 10000 1010101 10101000 111110 1001

Color Harmonies of #092620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092620

Black with #092620

Text Example


Text Example

White with #092620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092620; }

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

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

background-color css

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

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

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

border-color css

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

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

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