#055121

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

Shades of British Racing Green #055121

Tints of British Racing Green #055121

Color information

#055121 (or 0x055121) is unknown color: approx British Racing Green. HEX triplet: 05, 51 and 21. RGB value is (5,81,33). Sum of RGB (Red+Green+Blue) = 5+81+33=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 81 (32.03% from 255 or 68.07% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 81 - color contains mainly: green. Hex color #055121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055121 is #FAAEDE. Grayscale: #343434. Windows color (decimal): -16428767 or 2183429. OLE color: 2183429.

HSL color Cylindrical-coordinate representation of color #055121: hue angle of 142.11º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055121 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB58133-
CMYK0.9400.590.68
HSL142.11º88.37%16.86%-
HSV(B)142.11º93.83%31.76%-
XYZ3.286.032.43-
YUV52.8116.8293.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 81 (32.03% from 255) = 68.07%
BLUE value IS 33 (13.28% from 255) = 27.73%
R=4.20%
G=68.07%
B=27.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581330.9400.590.68142.1188.3716.86
Hex551215E03B448e5811
Octal51214113607310421613021
Binary101101000110000110111100111011100010010001110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055121; }

 p { color: rgb(5,81,33); }

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

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

 a { background-color: rgb(5,81,33); }

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

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

 span { border-color: rgb(5,81,33); }

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