Html Css Color HEX #003713 British Racing Green

📋 copy color: '#003713'

red 0 ◦ green 55 ◦ blue 19

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

Shades of British Racing Green #003713

Tints of British Racing Green #003713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 74.32%

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

R = 0%
G = 74.32%
B = 25.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#003713 (or 0x003713) is known color: British Racing Green. HEX triplet: 00, 37 and 13. RGB value is (0,55,19). Sum of RGB (Red+Green+Blue) = 0+55+19=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 55 (21.88% from 255 or 74.32% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 55 - color contains mainly: green. Hex color #003713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003713 is #FFC8EC. Grayscale: #222222. Windows color (decimal): -16763117 or 1259264. OLE color: 1259264.

HSL color Cylindrical-coordinate representation of color #003713: hue angle of 140.73º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003713 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 55 19 -
CMYK 1 0 0.65 0.78
HSL 140.73º 1% 0.11% -
HSV(B) 140.73º 1% 0.22% -
XYZ 1.48 2.78 1.07 -
YUV 34.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 0 55 19 1 0 0.65 0.78 140.73 1 0.11
Hex 0 37 13 64 0 41 4E 8D 64 B
Octal 0 67 23 144 0 101 116 215 144 13
Binary 0 110111 10011 1100100 0 1000001 1001110 10001101 1100100 1011

Color Harmonies of #003713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003713

Black with #003713

Text Example


Text Example

White with #003713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003713; }

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

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

background-color css

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

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

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

border-color css

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

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

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