#05521F

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

Shades of British Racing Green #05521F

Tints of British Racing Green #05521F

Color information

#05521F (or 0x05521F) is unknown color: approx British Racing Green. HEX triplet: 05, 52 and 1F. RGB value is (5,82,31). Sum of RGB (Red+Green+Blue) = 5+82+31=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #05521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05521F is #FAADE0. Grayscale: #353535. Windows color (decimal): -16428513 or 2052613. OLE color: 2052613.

HSL color Cylindrical-coordinate representation of color #05521F: hue angle of 140.26º degrees, saturation: 0.89, 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 #05521F is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB58231-
CMYK0.9400.620.68
HSL140.26º88.51%17.06%-
HSV(B)140.26º93.9%32.16%-
XYZ3.336.172.31-
YUV53.16115.4993.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 82 (32.42% from 255) = 69.49%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=4.24%
G=69.49%
B=26.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal582310.9400.620.68140.2688.5117.06
Hex5521F5E03E448c5911
Octal51223713607610421413121
Binary10110100101111110111100111110100010010001100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05521F; }

 p { color: rgb(5,82,31); }

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

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

 a { background-color: rgb(5,82,31); }

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

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

 span { border-color: rgb(5,82,31); }

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