Html Css Color HEX #092514 Dark Green

📋 copy color: '#092514'

red 9 ◦ green 37 ◦ blue 20

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

Shades of Dark Green #092514

Tints of Dark Green #092514

RGB

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

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

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

R = 13.64%
G = 56.06%
B = 30.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#092514 (or 0x092514) is known color: Dark Green. HEX triplet: 09, 25 and 14. RGB value is (9,37,20). Sum of RGB (Red+Green+Blue) = 9+37+20=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #092514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092514 is #F6DAEB. Grayscale: #1A1A1A. Windows color (decimal): -16177900 or 1320201. OLE color: 1320201.

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

Color convert

RGB 9 37 20 -
CMYK 0.76 0 0.46 0.85
HSL 143.57º 0.61% 0.09% -
HSV(B) 143.57º 0.76% 0.15% -
XYZ 0.9 1.43 0.89 -
YUV 26.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 9 37 20 0.76 0 0.46 0.85 143.57 0.61 0.09
Hex 9 25 14 4C 0 2E 55 90 3D 9
Octal 11 45 24 114 0 56 125 220 75 11
Binary 1001 100101 10100 1001100 0 101110 1010101 10010000 111101 1001

Color Harmonies of #092514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092514

Black with #092514

Text Example


Text Example

White with #092514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092514; }

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

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

background-color css

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

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

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

border-color css

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

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

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