Html Css Color HEX #092513 Dark Green

📋 copy color: '#092513'

red 9 ◦ green 37 ◦ blue 19

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

Shades of Dark Green #092513

Tints of Dark Green #092513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 29.23%

R = 13.85%
G = 56.92%
B = 29.23%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#092513 (or 0x092513) is known color: Dark Green. HEX triplet: 09, 25 and 13. RGB value is (9,37,19). Sum of RGB (Red+Green+Blue) = 9+37+19=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #092513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092513 is #F6DAEC. Grayscale: #1A1A1A. Windows color (decimal): -16177901 or 1254665. OLE color: 1254665.

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

Color convert

RGB 9 37 19 -
CMYK 0.76 0 0.49 0.85
HSL 141.43º 0.61% 0.09% -
HSV(B) 141.43º 0.76% 0.15% -
XYZ 0.89 1.43 0.84 -
YUV 26.58 123.72 115.46 -
System Red Green Blue C M Y K H S L
Decimal 9 37 19 0.76 0 0.49 0.85 141.43 0.61 0.09
Hex 9 25 13 4C 0 31 55 8D 3D 9
Octal 11 45 23 114 0 61 125 215 75 11
Binary 1001 100101 10011 1001100 0 110001 1010101 10001101 111101 1001

Color Harmonies of #092513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092513

Black with #092513

Text Example


Text Example

White with #092513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092513; }

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

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

background-color css

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

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

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

border-color css

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

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

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