#004313

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

Shades of British Racing Green #004313

Tints of British Racing Green #004313

Color information

#004313 (or 0x004313) is unknown color: approx British Racing Green. HEX triplet: 00, 43 and 13. RGB value is (0,67,19). Sum of RGB (Red+Green+Blue) = 0+67+19=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 67 (26.56% from 255 or 77.91% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 67 - color contains mainly: green. Hex color #004313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004313 is #FFBCEC. Grayscale: #292929. Windows color (decimal): -16760045 or 1262336. OLE color: 1262336.

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

Color convert

RGB06719-
CMYK100.720.74
HSL137.01º100%13.14%-
HSV(B)137.01º100%26.27%-
XYZ2.124.061.29-
YUV41.5115.398.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 77.91%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=0%
G=77.91%
B=22.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06719100.720.74137.0110013.14
Hex04313640484A8964d
Octal010323144011011221114415
Binary010000111001111001000100100010010101000100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004313; }

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

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

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

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

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

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

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

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