#005614

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

Shades of British Racing Green #005614

Tints of British Racing Green #005614

Color information

#005614 (or 0x005614) is unknown color: approx British Racing Green. HEX triplet: 00, 56 and 14. RGB value is (0,86,20). Sum of RGB (Red+Green+Blue) = 0+86+20=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 86 (33.98% from 255 or 81.13% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 86 - color contains mainly: green. Hex color #005614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005614 is #FFA9EB. Grayscale: #343434. Windows color (decimal): -16755180 or 1332736. OLE color: 1332736.

HSL color Cylindrical-coordinate representation of color #005614: hue angle of 133.95º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005614 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB08620-
CMYK100.770.66
HSL133.95º100%16.86%-
HSV(B)133.95º100%33.73%-
XYZ3.456.711.77-
YUV52.76109.5190.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 86 (33.98% from 255) = 81.13%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=0%
G=81.13%
B=18.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal08620100.770.66133.9510016.86
Hex056146404D42866411
Octal012624144011510220614421
Binary0101011010100110010001001101100001010000110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005614; }

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

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

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

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

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

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

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

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