#015526

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

Shades of British Racing Green #015526

Tints of British Racing Green #015526

Color information

#015526 (or 0x015526) is unknown color: approx British Racing Green. HEX triplet: 01, 55 and 26. RGB value is (1,85,38). Sum of RGB (Red+Green+Blue) = 1+85+38=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #015526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015526 is #FEAAD9. Grayscale: #363636. Windows color (decimal): -16689882 or 2512129. OLE color: 2512129.

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

Color convert

RGB18538-
CMYK0.9900.550.67
HSL146.43º97.67%16.86%-
HSV(B)146.43º98.82%33.33%-
XYZ3.616.642.93-
YUV54.53118.6789.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 85 (33.59% from 255) = 68.55%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=0.81%
G=68.55%
B=30.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal185380.9900.550.67146.4397.6716.86
Hex155266303743926211
Octal11254614306710322214221
Binary1101010110011011000110110111100001110010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015526; }

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

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

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

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

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

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

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

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