#054A33

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

Shades of British Racing Green #054A33

Tints of British Racing Green #054A33

Color information

#054A33 (or 0x054A33) is unknown color: approx British Racing Green. HEX triplet: 05, 4A and 33. RGB value is (5,74,51). Sum of RGB (Red+Green+Blue) = 5+74+51=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #054A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A33 is #FAB5CC. Grayscale: #323232. Windows color (decimal): -16430541 or 3361285. OLE color: 3361285.

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

Color convert

RGB57451-
CMYK0.9300.310.71
HSL160º87.34%15.49%-
HSV(B)160º93.24%29.02%-
XYZ3.115.173.97-
YUV50.75128.1495.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 74 (29.30% from 255) = 56.92%
BLUE value IS 51 (20.31% from 255) = 39.23%
R=3.85%
G=56.92%
B=39.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal574510.9300.310.7116087.3415.49
Hex54A335D01F47a057f
Octal51126313503710724012717
Binary1011001010110011101110101111110001111010000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,74,51); }

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

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

 a { background-color: rgb(5,74,51); }

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

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

 span { border-color: rgb(5,74,51); }

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