Html Css Color HEX #092314 Dark Green

📋 copy color: '#092314'

red 9 ◦ green 35 ◦ blue 20

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

Shades of Dark Green #092314

Tints of Dark Green #092314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 54.69%

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

R = 14.06%
G = 54.69%
B = 31.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#092314 (or 0x092314) is known color: Dark Green. HEX triplet: 09, 23 and 14. RGB value is (9,35,20). Sum of RGB (Red+Green+Blue) = 9+35+20=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #092314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092314 is #F6DCEB. Grayscale: #191919. Windows color (decimal): -16178412 or 1319689. OLE color: 1319689.

HSL color Cylindrical-coordinate representation of color #092314: hue angle of 145.38º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #092314 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 9 35 20 -
CMYK 0.74 0 0.43 0.86
HSL 145.38º 0.59% 0.09% -
HSV(B) 145.38º 0.74% 0.14% -
XYZ 0.84 1.31 0.87 -
YUV 25.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 9 35 20 0.74 0 0.43 0.86 145.38 0.59 0.09
Hex 9 23 14 4A 0 2B 56 91 3B 9
Octal 11 43 24 112 0 53 126 221 73 11
Binary 1001 100011 10100 1001010 0 101011 1010110 10010001 111011 1001

Color Harmonies of #092314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092314

Black with #092314

Text Example


Text Example

White with #092314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092314; }

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

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

background-color css

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

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

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

border-color css

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

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

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