Html Css Color HEX #003413 Dark Green

📋 copy color: '#003413'

red 0 ◦ green 52 ◦ blue 19

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

Shades of Dark Green #003413

Tints of Dark Green #003413

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 73.24%

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

R = 0%
G = 73.24%
B = 26.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#003413 (or 0x003413) is known color: Dark Green. HEX triplet: 00, 34 and 13. RGB value is (0,52,19). Sum of RGB (Red+Green+Blue) = 0+52+19=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 52 (20.70% from 255 or 73.24% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 52 - color contains mainly: green. Hex color #003413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003413 is #FFCBEC. Grayscale: #202020. Windows color (decimal): -16763885 or 1258496. OLE color: 1258496.

HSL color Cylindrical-coordinate representation of color #003413: hue angle of 141.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003413 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 52 19 -
CMYK 1 0 0.63 0.80
HSL 141.92º 1% 0.1% -
HSV(B) 141.92º 1% 0.2% -
XYZ 1.35 2.5 1.03 -
YUV 32.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 0 52 19 1 0 0.63 0.80 141.92 1 0.1
Hex 0 34 13 64 0 3F 50 8E 64 A
Octal 0 64 23 144 0 77 120 216 144 12
Binary 0 110100 10011 1100100 0 111111 1010000 10001110 1100100 1010

Color Harmonies of #003413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003413

Black with #003413

Text Example


Text Example

White with #003413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003413; }

 p { color: rgb(0,52,19); }

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

background-color css

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

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

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

border-color css

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

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

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