Html Css Color HEX #05140A Dark Green

📋 copy color: '#05140A'

red 5 ◦ green 20 ◦ blue 10

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

Shades of Dark Green #05140A

Tints of Dark Green #05140A

RGB

 RED value IS 5 (2.34% from 255) = 14.29%

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

 BLUE value IS 10 (4.3% from 255) = 28.57%

R = 14.29%
G = 57.14%
B = 28.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#05140A (or 0x05140A) is known color: Dark Green. HEX triplet: 05, 14 and 0A. RGB value is (5,20,10). Sum of RGB (Red+Green+Blue) = 5+20+10=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #05140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05140A is #FAEBF5. Grayscale: #0E0E0E. Windows color (decimal): -16444406 or 660485. OLE color: 660485.

HSL color Cylindrical-coordinate representation of color #05140A: hue angle of 140º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #05140A is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 20 10 -
CMYK 0.75 0 0.50 0.92
HSL 140º 0.6% 0.05% -
HSV(B) 140º 0.75% 0.08% -
XYZ 0.37 0.55 0.37 -
YUV 14.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 5 20 10 0.75 0 0.50 0.92 140 0.6 0.05
Hex 5 14 A 4B 0 32 5C 8C 3C 5
Octal 5 24 12 113 0 62 134 214 74 5
Binary 101 10100 1010 1001011 0 110010 1011100 10001100 111100 101

Color Harmonies of #05140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05140A

Black with #05140A

Text Example


Text Example

White with #05140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05140A; }

 p { color: rgb(5,20,10); }

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

background-color css

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

 a { background-color: rgb(5,20,10); }

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

border-color css

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

 span { border-color: rgb(5,20,10); }

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