#054429

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

Shades of British Racing Green #054429

Tints of British Racing Green #054429

Color information

#054429 (or 0x054429) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 29. RGB value is (5,68,41). Sum of RGB (Red+Green+Blue) = 5+68+41=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 68 (26.95% from 255 or 59.65% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 68 - color contains mainly: green. Hex color #054429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054429 is #FABBD6. Grayscale: #2E2E2E. Windows color (decimal): -16432087 or 2704389. OLE color: 2704389.

HSL color Cylindrical-coordinate representation of color #054429: hue angle of 154.29º 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 #054429 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB56841-
CMYK0.9300.400.73
HSL154.29º86.3%14.31%-
HSV(B)154.29º92.65%26.67%-
XYZ2.534.332.8-
YUV46.08125.1398.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 68 (26.95% from 255) = 59.65%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=4.39%
G=59.65%
B=35.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568410.9300.400.73154.2986.314.31
Hex544295D028499a56e
Octal51045113505011123212616
Binary10110001001010011011101010100010010011001101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054429; }

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

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

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

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

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

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

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

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