Html Css Color HEX #04140D Dark Green

📋 copy color: '#04140D'

red 4 ◦ green 20 ◦ blue 13

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

Shades of Dark Green #04140D

Tints of Dark Green #04140D

RGB

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

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

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

R = 10.81%
G = 54.05%
B = 35.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#04140D (or 0x04140D) is known color: Dark Green. HEX triplet: 04, 14 and 0D. RGB value is (4,20,13). Sum of RGB (Red+Green+Blue) = 4+20+13=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #04140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04140D is #FBEBF2. Grayscale: #0E0E0E. Windows color (decimal): -16509939 or 857092. OLE color: 857092.

HSL color Cylindrical-coordinate representation of color #04140D: hue angle of 153.75º 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 #04140D is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 20 13 -
CMYK 0.80 0 0.35 0.92
HSL 153.75º 0.67% 0.05% -
HSV(B) 153.75º 0.8% 0.08% -
XYZ 0.37 0.56 0.47 -
YUV 14.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 4 20 13 0.80 0 0.35 0.92 153.75 0.67 0.05
Hex 4 14 D 50 0 23 5C 9A 43 5
Octal 4 24 15 120 0 43 134 232 103 5
Binary 100 10100 1101 1010000 0 100011 1011100 10011010 1000011 101

Color Harmonies of #04140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04140D

Black with #04140D

Text Example


Text Example

White with #04140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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