Html Css Color HEX #092413 Dark Green

📋 copy color: '#092413'

red 9 ◦ green 36 ◦ blue 19

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

Shades of Dark Green #092413

Tints of Dark Green #092413

RGB

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

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

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

R = 14.06%
G = 56.25%
B = 29.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#092413 (or 0x092413) is known color: Dark Green. HEX triplet: 09, 24 and 13. RGB value is (9,36,19). Sum of RGB (Red+Green+Blue) = 9+36+19=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 36 (14.45% from 255 or 56.25% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 36 - color contains mainly: green. Hex color #092413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092413 is #F6DBEC. Grayscale: #1A1A1A. Windows color (decimal): -16178157 or 1254409. OLE color: 1254409.

HSL color Cylindrical-coordinate representation of color #092413: hue angle of 142.22º 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 #092413 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 9 36 19 -
CMYK 0.75 0 0.47 0.86
HSL 142.22º 0.6% 0.09% -
HSV(B) 142.22º 0.75% 0.14% -
XYZ 0.86 1.37 0.83 -
YUV 25.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 9 36 19 0.75 0 0.47 0.86 142.22 0.6 0.09
Hex 9 24 13 4B 0 2F 56 8E 3C 9
Octal 11 44 23 113 0 57 126 216 74 11
Binary 1001 100100 10011 1001011 0 101111 1010110 10001110 111100 1001

Color Harmonies of #092413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092413

Black with #092413

Text Example


Text Example

White with #092413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092413; }

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

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

background-color css

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

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

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

border-color css

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

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

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