#054B16

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

Shades of British Racing Green #054B16

Tints of British Racing Green #054B16

Color information

#054B16 (or 0x054B16) is unknown color: approx British Racing Green. HEX triplet: 05, 4B and 16. RGB value is (5,75,22). Sum of RGB (Red+Green+Blue) = 5+75+22=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 75 (29.69% from 255 or 73.53% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 75 - color contains mainly: green. Hex color #054B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B16 is #FAB4E9. Grayscale: #303030. Windows color (decimal): -16430314 or 1460997. OLE color: 1460997.

HSL color Cylindrical-coordinate representation of color #054B16: hue angle of 134.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B16 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB57522-
CMYK0.9300.710.71
HSL134.57º87.5%15.69%-
HSV(B)134.57º93.33%29.41%-
XYZ2.725.121.6-
YUV48.03113.3197.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 75 (29.69% from 255) = 73.53%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=4.90%
G=73.53%
B=21.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal575220.9300.710.71134.5787.515.69
Hex54B165D04747875810
Octal511326135010710720713020
Binary101100101110110101110101000111100011110000111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054B16; }

 p { color: rgb(5,75,22); }

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

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

 a { background-color: rgb(5,75,22); }

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

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

 span { border-color: rgb(5,75,22); }

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