#015625

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

Shades of British Racing Green #015625

Tints of British Racing Green #015625

Color information

#015625 (or 0x015625) is unknown color: approx British Racing Green. HEX triplet: 01, 56 and 25. RGB value is (1,86,37). Sum of RGB (Red+Green+Blue) = 1+86+37=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 86 (33.98% from 255 or 69.35% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 86 - color contains mainly: green. Hex color #015625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015625 is #FEA9DA. Grayscale: #373737. Windows color (decimal): -16689627 or 2446849. OLE color: 2446849.

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

Color convert

RGB18637-
CMYK0.9900.570.66
HSL145.41º97.7%17.06%-
HSV(B)145.41º98.84%33.73%-
XYZ3.676.82.87-
YUV55117.8489.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 86 (33.98% from 255) = 69.35%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=0.81%
G=69.35%
B=29.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal186370.9900.570.66145.4197.717.06
Hex156256303942916211
Octal11264514307110222114221
Binary1101011010010111000110111001100001010010001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015625; }

 p { color: rgb(1,86,37); }

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

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

 a { background-color: rgb(1,86,37); }

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

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

 span { border-color: rgb(1,86,37); }

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