#054023

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

Shades of British Racing Green #054023

Tints of British Racing Green #054023

Color information

#054023 (or 0x054023) is unknown color: approx British Racing Green. HEX triplet: 05, 40 and 23. RGB value is (5,64,35). Sum of RGB (Red+Green+Blue) = 5+64+35=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #054023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054023 is #FABFDC. Grayscale: #2B2B2B. Windows color (decimal): -16433117 or 2310149. OLE color: 2310149.

HSL color Cylindrical-coordinate representation of color #054023: hue angle of 150.51º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054023 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB56435-
CMYK0.9200.450.75
HSL150.51º85.51%13.53%-
HSV(B)150.51º92.19%25.1%-
XYZ2.23.822.21-
YUV43.05123.45100.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 64 (25.39% from 255) = 61.54%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=4.81%
G=61.54%
B=33.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal564350.9200.450.75150.5185.5113.53
Hex540235C02D4B9756e
Octal51004313405511322712616
Binary10110000001000111011100010110110010111001011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054023; }

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

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

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

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

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

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

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

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