#004813

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

Shades of British Racing Green #004813

Tints of British Racing Green #004813

Color information

#004813 (or 0x004813) is unknown color: approx British Racing Green. HEX triplet: 00, 48 and 13. RGB value is (0,72,19). Sum of RGB (Red+Green+Blue) = 0+72+19=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 72 (28.52% from 255 or 79.12% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 72 - color contains mainly: green. Hex color #004813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004813 is #FFB7EC. Grayscale: #2C2C2C. Windows color (decimal): -16758765 or 1263616. OLE color: 1263616.

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

Color convert

RGB07219-
CMYK100.740.72
HSL135.83º100%14.12%-
HSV(B)135.83º100%28.24%-
XYZ2.434.681.39-
YUV44.43113.6596.31-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 79.12%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=0%
G=79.12%
B=20.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07219100.740.72135.8310014.12
Hex048136404A488864e
Octal011023144011211021014416
Binary010010001001111001000100101010010001000100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004813; }

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

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

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

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

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

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

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

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