#054B17

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

Shades of British Racing Green #054B17

Tints of British Racing Green #054B17

Color information

#054B17 (or 0x054B17) is unknown color: approx British Racing Green. HEX triplet: 05, 4B and 17. RGB value is (5,75,23). Sum of RGB (Red+Green+Blue) = 5+75+23=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 75 (29.69% from 255 or 72.82% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 75 - color contains mainly: green. Hex color #054B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B17 is #FAB4E8. Grayscale: #303030. Windows color (decimal): -16430313 or 1526533. OLE color: 1526533.

HSL color Cylindrical-coordinate representation of color #054B17: hue angle of 135.43º 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 #054B17 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB57523-
CMYK0.9300.690.71
HSL135.43º87.5%15.69%-
HSV(B)135.43º93.33%29.41%-
XYZ2.735.131.66-
YUV48.14113.8197.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 75 (29.69% from 255) = 72.82%
BLUE value IS 23 (9.38% from 255) = 22.33%
R=4.85%
G=72.82%
B=22.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal575230.9300.690.71135.4387.515.69
Hex54B175D04547875810
Octal511327135010510720713020
Binary101100101110111101110101000101100011110000111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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