#054C27

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

Shades of British Racing Green #054C27

Tints of British Racing Green #054C27

Color information

#054C27 (or 0x054C27) is unknown color: approx British Racing Green. HEX triplet: 05, 4C and 27. RGB value is (5,76,39). Sum of RGB (Red+Green+Blue) = 5+76+39=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #054C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C27 is #FAB3D8. Grayscale: #323232. Windows color (decimal): -16430041 or 2575365. OLE color: 2575365.

HSL color Cylindrical-coordinate representation of color #054C27: hue angle of 148.73º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C27 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB57639-
CMYK0.9300.490.70
HSL148.73º87.65%15.88%-
HSV(B)148.73º93.42%29.8%-
XYZ3.015.352.79-
YUV50.55121.4895.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.17%
GREEN value IS 76 (30.08% from 255) = 63.33%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=4.17%
G=63.33%
B=32.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576390.9300.490.70148.7387.6515.88
Hex54C275D03146955810
Octal51144713506110622513020
Binary101100110010011110111010110001100011010010101101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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