#054923

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

Shades of British Racing Green #054923

Tints of British Racing Green #054923

Color information

#054923 (or 0x054923) is unknown color: approx British Racing Green. HEX triplet: 05, 49 and 23. RGB value is (5,73,35). Sum of RGB (Red+Green+Blue) = 5+73+35=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #054923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054923 is #FAB6DC. Grayscale: #303030. Windows color (decimal): -16430813 or 2312453. OLE color: 2312453.

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

Color convert

RGB57335-
CMYK0.9300.520.71
HSL146.47º87.18%15.29%-
HSV(B)146.47º93.15%28.63%-
XYZ2.754.922.39-
YUV48.34120.4797.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 73 (28.91% from 255) = 64.60%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=4.42%
G=64.60%
B=30.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal573350.9300.520.71146.4787.1815.29
Hex549235D034479257f
Octal51114313506410722212717
Binary10110010011000111011101011010010001111001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054923; }

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

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

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

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

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

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

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

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