#015523

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

Shades of British Racing Green #015523

Tints of British Racing Green #015523

Color information

#015523 (or 0x015523) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 23. RGB value is (1,85,35). Sum of RGB (Red+Green+Blue) = 1+85+35=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #015523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015523 is #FEAADC. Grayscale: #363636. Windows color (decimal): -16689885 or 2315521. OLE color: 2315521.

HSL color Cylindrical-coordinate representation of color #015523: hue angle of 144.29º 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 #015523 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB18535-
CMYK0.9900.590.67
HSL144.29º97.67%16.86%-
HSV(B)144.29º98.82%33.33%-
XYZ3.566.622.68-
YUV54.18117.1790.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 35 (14.06% from 255) = 28.93%
R=0.83%
G=70.25%
B=28.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185350.9900.590.67144.2997.6716.86
Hex155236303B43906211
Octal11254314307310322014221
Binary1101010110001111000110111011100001110010000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015523; }

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

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

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

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

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

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

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

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