#054323

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

Shades of British Racing Green #054323

Tints of British Racing Green #054323

Color information

#054323 (or 0x054323) is unknown color: approx British Racing Green. HEX triplet: 05, 43 and 23. RGB value is (5,67,35). Sum of RGB (Red+Green+Blue) = 5+67+35=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #054323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054323 is #FABCDC. Grayscale: #2C2C2C. Windows color (decimal): -16432349 or 2310917. OLE color: 2310917.

HSL color Cylindrical-coordinate representation of color #054323: hue angle of 149.03º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054323 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB56735-
CMYK0.9300.480.74
HSL149.03º86.11%14.12%-
HSV(B)149.03º92.54%26.27%-
XYZ2.374.172.27-
YUV44.81122.4699.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 67 (26.56% from 255) = 62.62%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=4.67%
G=62.62%
B=32.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal567350.9300.480.74149.0386.1114.12
Hex543235D0304A9556e
Octal51034313506011222512616
Binary10110000111000111011101011000010010101001010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054323; }

 p { color: rgb(5,67,35); }

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

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

 a { background-color: rgb(5,67,35); }

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

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

 span { border-color: rgb(5,67,35); }

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