Html Css Color HEX #041313 Dark Green

📋 copy color: '#041313'

red 4 ◦ green 19 ◦ blue 19

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

Shades of Dark Green #041313

Tints of Dark Green #041313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 45.24%

 BLUE value IS 19 (7.81% from 255) = 45.24%

R = 9.52%
G = 45.24%
B = 45.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#041313 (or 0x041313) is known color: Dark Green. HEX triplet: 04, 13 and 13. RGB value is (4,19,19). Sum of RGB (Red+Green+Blue) = 4+19+19=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #041313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041313 is #FBECEC. Grayscale: #0E0E0E. Windows color (decimal): -16510189 or 1250052. OLE color: 1250052.

HSL color Cylindrical-coordinate representation of color #041313: hue angle of 180º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #041313 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 19 19 -
CMYK 0.79 0 0 0.93
HSL 180º 0.65% 0.05% -
HSV(B) 180º 0.79% 0.07% -
XYZ 0.4 0.54 0.7 -
YUV 14.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 4 19 19 0.79 0 0 0.93 180 0.65 0.05
Hex 4 13 13 4F 0 0 5D B4 41 5
Octal 4 23 23 117 0 0 135 264 101 5
Binary 100 10011 10011 1001111 0 0 1011101 10110100 1000001 101

Color Harmonies of #041313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041313

Black with #041313

Text Example


Text Example

White with #041313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041313; }

 p { color: rgb(4,19,19); }

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

background-color css

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

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

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

border-color css

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

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

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