Html Css Color HEX #04140B Dark Green

📋 copy color: '#04140B'

red 4 ◦ green 20 ◦ blue 11

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

Shades of Dark Green #04140B

Tints of Dark Green #04140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 31.43%

R = 11.43%
G = 57.14%
B = 31.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#04140B (or 0x04140B) is known color: Dark Green. HEX triplet: 04, 14 and 0B. RGB value is (4,20,11). Sum of RGB (Red+Green+Blue) = 4+20+11=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #04140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04140B is #FBEBF4. Grayscale: #0E0E0E. Windows color (decimal): -16509941 or 726020. OLE color: 726020.

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

Color convert

RGB 4 20 11 -
CMYK 0.80 0 0.45 0.92
HSL 146.25º 0.67% 0.05% -
HSV(B) 146.25º 0.8% 0.08% -
XYZ 0.36 0.55 0.4 -
YUV 14.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 4 20 11 0.80 0 0.45 0.92 146.25 0.67 0.05
Hex 4 14 B 50 0 2D 5C 92 43 5
Octal 4 24 13 120 0 55 134 222 103 5
Binary 100 10100 1011 1010000 0 101101 1011100 10010010 1000011 101

Color Harmonies of #04140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04140B

Black with #04140B

Text Example


Text Example

White with #04140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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