Html Css Color HEX #092521 Dark Green

📋 copy color: '#092521'

red 9 ◦ green 37 ◦ blue 33

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

Shades of Dark Green #092521

Tints of Dark Green #092521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 46.84%

 BLUE value IS 33 (13.28% from 255) = 41.77%

R = 11.39%
G = 46.84%
B = 41.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#092521 (or 0x092521) is known color: Dark Green. HEX triplet: 09, 25 and 21. RGB value is (9,37,33). Sum of RGB (Red+Green+Blue) = 9+37+33=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #092521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092521 is #F6DADE. Grayscale: #1C1C1C. Windows color (decimal): -16177887 or 2172169. OLE color: 2172169.

HSL color Cylindrical-coordinate representation of color #092521: hue angle of 171.43º degrees, saturation: 0.61, 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 #092521 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 9 37 33 -
CMYK 0.76 0 0.11 0.85
HSL 171.43º 0.61% 0.09% -
HSV(B) 171.43º 0.76% 0.15% -
XYZ 1.05 1.49 1.67 -
YUV 28.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 9 37 33 0.76 0 0.11 0.85 171.43 0.61 0.09
Hex 9 25 21 4C 0 B 55 AB 3D 9
Octal 11 45 41 114 0 13 125 253 75 11
Binary 1001 100101 100001 1001100 0 1011 1010101 10101011 111101 1001

Color Harmonies of #092521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092521

Black with #092521

Text Example


Text Example

White with #092521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092521; }

 p { color: rgb(9,37,33); }

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

background-color css

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

 a { background-color: rgb(9,37,33); }

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

border-color css

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

 span { border-color: rgb(9,37,33); }

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