Html Css Color HEX #04140C Dark Green

📋 copy color: '#04140C'

red 4 ◦ green 20 ◦ blue 12

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

Shades of Dark Green #04140C

Tints of Dark Green #04140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 33.33%

R = 11.11%
G = 55.56%
B = 33.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.92

RGB Variations

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

Color information

#04140C (or 0x04140C) is known color: Dark Green. HEX triplet: 04, 14 and 0C. RGB value is (4,20,12). Sum of RGB (Red+Green+Blue) = 4+20+12=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #04140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04140C is #FBEBF3. Grayscale: #0E0E0E. Windows color (decimal): -16509940 or 791556. OLE color: 791556.

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

Color convert

RGB 4 20 12 -
CMYK 0.80 0 0.40 0.92
HSL 150º 0.67% 0.05% -
HSV(B) 150º 0.8% 0.08% -
XYZ 0.37 0.55 0.44 -
YUV 14.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 4 20 12 0.80 0 0.40 0.92 150 0.67 0.05
Hex 4 14 C 50 0 28 5C 96 43 5
Octal 4 24 14 120 0 50 134 226 103 5
Binary 100 10100 1100 1010000 0 101000 1011100 10010110 1000011 101

Color Harmonies of #04140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04140C

Black with #04140C

Text Example


Text Example

White with #04140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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