#054432

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

Shades of British Racing Green #054432

Tints of British Racing Green #054432

Color information

#054432 (or 0x054432) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 32. RGB value is (5,68,50). Sum of RGB (Red+Green+Blue) = 5+68+50=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #054432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054432 is #FABBCD. Grayscale: #2F2F2F. Windows color (decimal): -16432078 or 3294213. OLE color: 3294213.

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

Color convert

RGB56850-
CMYK0.9300.260.73
HSL162.86º86.3%14.31%-
HSV(B)162.86º92.65%26.67%-
XYZ2.714.43.72-
YUV47.11129.6397.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 68 (26.95% from 255) = 55.28%
BLUE value IS 50 (19.92% from 255) = 40.65%
R=4.07%
G=55.28%
B=40.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568500.9300.260.73162.8686.314.31
Hex544325D01A49a356e
Octal51046213503211124312616
Binary1011000100110010101110101101010010011010001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054432; }

 p { color: rgb(5,68,50); }

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

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

 a { background-color: rgb(5,68,50); }

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

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

 span { border-color: rgb(5,68,50); }

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