Html Css Color HEX #005413 British Racing Green

📋 copy color: '#005413'

red 0 ◦ green 84 ◦ blue 19

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

Shades of British Racing Green #005413

Tints of British Racing Green #005413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 81.55%

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

R = 0%
G = 81.55%
B = 18.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#005413 (or 0x005413) is known color: British Racing Green. HEX triplet: 00, 54 and 13. RGB value is (0,84,19). Sum of RGB (Red+Green+Blue) = 0+84+19=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 84 (33.20% from 255 or 81.55% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 84 - color contains mainly: green. Hex color #005413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005413 is #FFABEC. Grayscale: #333333. Windows color (decimal): -16755693 or 1266688. OLE color: 1266688.

HSL color Cylindrical-coordinate representation of color #005413: hue angle of 133.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005413 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 84 19 -
CMYK 1 0 0.77 0.67
HSL 133.57º 1% 0.16% -
HSV(B) 133.57º 1% 0.33% -
XYZ 3.29 6.39 1.68 -
YUV 51.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 0 84 19 1 0 0.77 0.67 133.57 1 0.16
Hex 0 54 13 64 0 4D 43 86 64 10
Octal 0 124 23 144 0 115 103 206 144 20
Binary 0 1010100 10011 1100100 0 1001101 1000011 10000110 1100100 10000

Color Harmonies of #005413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005413

Black with #005413

Text Example


Text Example

White with #005413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005413; }

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

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

background-color css

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

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

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

border-color css

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

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

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