Html Css Color HEX #092414 Dark Green

📋 copy color: '#092414'

red 9 ◦ green 36 ◦ blue 20

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

Shades of Dark Green #092414

Tints of Dark Green #092414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 30.77%

R = 13.85%
G = 55.38%
B = 30.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#092414 (or 0x092414) is known color: Dark Green. HEX triplet: 09, 24 and 14. RGB value is (9,36,20). Sum of RGB (Red+Green+Blue) = 9+36+20=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #092414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092414 is #F6DBEB. Grayscale: #1A1A1A. Windows color (decimal): -16178156 or 1319945. OLE color: 1319945.

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

Color convert

RGB 9 36 20 -
CMYK 0.75 0 0.44 0.86
HSL 144.44º 0.6% 0.09% -
HSV(B) 144.44º 0.75% 0.14% -
XYZ 0.87 1.37 0.88 -
YUV 26.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 9 36 20 0.75 0 0.44 0.86 144.44 0.6 0.09
Hex 9 24 14 4B 0 2C 56 90 3C 9
Octal 11 44 24 113 0 54 126 220 74 11
Binary 1001 100100 10100 1001011 0 101100 1010110 10010000 111100 1001

Color Harmonies of #092414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092414

Black with #092414

Text Example


Text Example

White with #092414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092414; }

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

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

background-color css

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

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

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

border-color css

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

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

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