Html Css Color HEX #092520 Dark Green

📋 copy color: '#092520'

red 9 ◦ green 37 ◦ blue 32

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

Shades of Dark Green #092520

Tints of Dark Green #092520

RGB

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

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

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

R = 11.54%
G = 47.44%
B = 41.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#092520 (or 0x092520) is known color: Dark Green. HEX triplet: 09, 25 and 20. RGB value is (9,37,32). Sum of RGB (Red+Green+Blue) = 9+37+32=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #092520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092520 is #F6DADF. Grayscale: #1C1C1C. Windows color (decimal): -16177888 or 2106633. OLE color: 2106633.

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

Color convert

RGB 9 37 32 -
CMYK 0.76 0 0.14 0.85
HSL 169.29º 0.61% 0.09% -
HSV(B) 169.29º 0.76% 0.15% -
XYZ 1.03 1.49 1.6 -
YUV 28.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 9 37 32 0.76 0 0.14 0.85 169.29 0.61 0.09
Hex 9 25 20 4C 0 E 55 A9 3D 9
Octal 11 45 40 114 0 16 125 251 75 11
Binary 1001 100101 100000 1001100 0 1110 1010101 10101001 111101 1001

Color Harmonies of #092520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092520

Black with #092520

Text Example


Text Example

White with #092520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092520; }

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

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

background-color css

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

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

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

border-color css

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

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

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