#004113

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

Shades of British Racing Green #004113

Tints of British Racing Green #004113

Color information

#004113 (or 0x004113) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 13. RGB value is (0,65,19). Sum of RGB (Red+Green+Blue) = 0+65+19=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #004113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004113 is #FFBEEC. Grayscale: #282828. Windows color (decimal): -16760557 or 1261824. OLE color: 1261824.

HSL color Cylindrical-coordinate representation of color #004113: hue angle of 137.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004113 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB06519-
CMYK100.710.75
HSL137.54º100%12.75%-
HSV(B)137.54º100%25.49%-
XYZ2.013.831.25-
YUV40.32115.9799.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 77.38%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=0%
G=77.38%
B=22.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06519100.710.75137.5410012.75
Hex04113640474B8a64d
Octal010123144010711321214415
Binary010000011001111001000100011110010111000101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004113; }

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

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

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

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

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

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

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

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