#015527

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

Shades of British Racing Green #015527

Tints of British Racing Green #015527

Color information

#015527 (or 0x015527) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 27. RGB value is (1,85,39). Sum of RGB (Red+Green+Blue) = 1+85+39=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #015527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015527 is #FEAAD8. Grayscale: #363636. Windows color (decimal): -16689881 or 2577665. OLE color: 2577665.

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

Color convert

RGB18539-
CMYK0.9900.540.67
HSL147.14º97.67%16.86%-
HSV(B)147.14º98.82%33.33%-
XYZ3.636.653.01-
YUV54.64119.1789.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 85 (33.59% from 255) = 68%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=0.8%
G=68%
B=31.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185390.9900.540.67147.1497.6716.86
Hex155276303643936211
Octal11254714306610322314221
Binary1101010110011111000110110110100001110010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015527; }

 p { color: rgb(1,85,39); }

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

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

 a { background-color: rgb(1,85,39); }

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

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

 span { border-color: rgb(1,85,39); }

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