#054427

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

Shades of British Racing Green #054427

Tints of British Racing Green #054427

Color information

#054427 (or 0x054427) is unknown color: approx British Racing Green. HEX triplet: 05, 44 and 27. RGB value is (5,68,39). Sum of RGB (Red+Green+Blue) = 5+68+39=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #054427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054427 is #FABBD8. Grayscale: #2D2D2D. Windows color (decimal): -16432089 or 2573317. OLE color: 2573317.

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

Color convert

RGB56839-
CMYK0.9300.430.73
HSL152.38º86.3%14.31%-
HSV(B)152.38º92.65%26.67%-
XYZ2.54.312.62-
YUV45.86124.1398.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 68 (26.95% from 255) = 60.71%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=4.46%
G=60.71%
B=34.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal568390.9300.430.73152.3886.314.31
Hex544275D02B499856e
Octal51044713505311123012616
Binary10110001001001111011101010101110010011001100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054427; }

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

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

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

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

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

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

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

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