#003714

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

Shades of British Racing Green #003714

Tints of British Racing Green #003714

Color information

#003714 (or 0x003714) is unknown color: approx British Racing Green. HEX triplet: 00, 37 and 14. RGB value is (0,55,20). Sum of RGB (Red+Green+Blue) = 0+55+20=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 55 (21.88% from 255 or 73.33% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 55 - color contains mainly: green. Hex color #003714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003714 is #FFC8EB. Grayscale: #222222. Windows color (decimal): -16763116 or 1324800. OLE color: 1324800.

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

Color convert

RGB05520-
CMYK100.640.78
HSL141.82º100%10.78%-
HSV(B)141.82º100%21.57%-
XYZ1.492.781.12-
YUV34.56119.78103.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 55 (21.88% from 255) = 73.33%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=0%
G=73.33%
B=26.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05520100.640.78141.8210010.78
Hex03714640404E8e64b
Octal06724144010011621614413
Binary01101111010011001000100000010011101000111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003714; }

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

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

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

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

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

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

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

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