#003813

Color #003813 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #003813

Tints of British Racing Green #003813

Color information

#003813 (or 0x003813) is unknown color: approx British Racing Green. HEX triplet: 00, 38 and 13. RGB value is (0,56,19). Sum of RGB (Red+Green+Blue) = 0+56+19=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #003813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003813 is #FFC7EC. Grayscale: #232323. Windows color (decimal): -16762861 or 1259520. OLE color: 1259520.

HSL color Cylindrical-coordinate representation of color #003813: hue angle of 140.36º 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 #003813 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB05619-
CMYK100.660.78
HSL140.36º100%10.98%-
HSV(B)140.36º100%21.96%-
XYZ1.532.881.09-
YUV35.04118.95103.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 74.67%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=0%
G=74.67%
B=25.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05619100.660.78140.3610010.98
Hex03813640424E8c64b
Octal07023144010211621414413
Binary01110001001111001000100001010011101000110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003813; }

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

 H1.HeaderClassName
 {
   color: #003813;
 }
 .AnyTagClassName
 {
   color: #003813;
 }
</style>
background-color css

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

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

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

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

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

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