Html Css Color HEX #09140D Dark Green

📋 copy color: '#09140D'

red 9 ◦ green 20 ◦ blue 13

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

Shades of Dark Green #09140D

Tints of Dark Green #09140D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 47.62%

 BLUE value IS 13 (5.47% from 255) = 30.95%

R = 21.43%
G = 47.62%
B = 30.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#09140D (or 0x09140D) is known color: Dark Green. HEX triplet: 09, 14 and 0D. RGB value is (9,20,13). Sum of RGB (Red+Green+Blue) = 9+20+13=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #09140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09140D is #F6EBF2. Grayscale: #0F0F0F. Windows color (decimal): -16182259 or 857097. OLE color: 857097.

HSL color Cylindrical-coordinate representation of color #09140D: hue angle of 141.82º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #09140D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 20 13 -
CMYK 0.55 0 0.35 0.92
HSL 141.82º 0.38% 0.06% -
HSV(B) 141.82º 0.55% 0.08% -
XYZ 0.44 0.59 0.47 -
YUV 15.91 126.36 123.07 -
System Red Green Blue C M Y K H S L
Decimal 9 20 13 0.55 0 0.35 0.92 141.82 0.38 0.06
Hex 9 14 D 37 0 23 5C 8E 26 6
Octal 11 24 15 67 0 43 134 216 46 6
Binary 1001 10100 1101 110111 0 100011 1011100 10001110 100110 110

Color Harmonies of #09140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09140D

Black with #09140D

Text Example


Text Example

White with #09140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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