#05501A

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

Shades of British Racing Green #05501A

Tints of British Racing Green #05501A

Color information

#05501A (or 0x05501A) is unknown color: approx British Racing Green. HEX triplet: 05, 50 and 1A. RGB value is (5,80,26). Sum of RGB (Red+Green+Blue) = 5+80+26=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 80 (31.64% from 255 or 72.07% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 80 - color contains mainly: green. Hex color #05501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05501A is #FAAFE5. Grayscale: #333333. Windows color (decimal): -16429030 or 1724421. OLE color: 1724421.

HSL color Cylindrical-coordinate representation of color #05501A: hue angle of 136.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05501A is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB58026-
CMYK0.9400.670.69
HSL136.8º88.24%16.67%-
HSV(B)136.8º93.75%31.37%-
XYZ3.125.841.94-
YUV51.42113.6594.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 80 (31.64% from 255) = 72.07%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=4.50%
G=72.07%
B=23.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580260.9400.670.69136.888.2416.67
Hex5501A5E04345895811
Octal512032136010310521113021
Binary101101000011010101111001000011100010110001001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05501A; }

 p { color: rgb(5,80,26); }

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

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

 a { background-color: rgb(5,80,26); }

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

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

 span { border-color: rgb(5,80,26); }

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