Html Css Color HEX #04140A Dark Green

📋 copy color: '#04140A'

red 4 ◦ green 20 ◦ blue 10

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

Shades of Dark Green #04140A

Tints of Dark Green #04140A

RGB

 RED value IS 4 (1.95% from 255) = 11.76%

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

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

R = 11.76%
G = 58.82%
B = 29.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#04140A (or 0x04140A) is known color: Dark Green. HEX triplet: 04, 14 and 0A. RGB value is (4,20,10). Sum of RGB (Red+Green+Blue) = 4+20+10=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #04140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04140A is #FBEBF5. Grayscale: #0E0E0E. Windows color (decimal): -16509942 or 660484. OLE color: 660484.

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

Color convert

RGB 4 20 10 -
CMYK 0.80 0 0.50 0.92
HSL 142.5º 0.67% 0.05% -
HSV(B) 142.5º 0.8% 0.08% -
XYZ 0.36 0.55 0.37 -
YUV 14.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 4 20 10 0.80 0 0.50 0.92 142.5 0.67 0.05
Hex 4 14 A 50 0 32 5C 8E 43 5
Octal 4 24 12 120 0 62 134 216 103 5
Binary 100 10100 1010 1010000 0 110010 1011100 10001110 1000011 101

Color Harmonies of #04140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04140A

Black with #04140A

Text Example


Text Example

White with #04140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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