#054C1C

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

Shades of British Racing Green #054C1C

Tints of British Racing Green #054C1C

Color information

#054C1C (or 0x054C1C) is unknown color: approx British Racing Green. HEX triplet: 05, 4C and 1C. RGB value is (5,76,28). Sum of RGB (Red+Green+Blue) = 5+76+28=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #054C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C1C is #FAB3E3. Grayscale: #313131. Windows color (decimal): -16430052 or 1854469. OLE color: 1854469.

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

Color convert

RGB57628-
CMYK0.9300.630.70
HSL139.44º87.65%15.88%-
HSV(B)139.44º93.42%29.8%-
XYZ2.865.281.97-
YUV49.3115.9896.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 76 (30.08% from 255) = 69.72%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=4.59%
G=69.72%
B=25.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576280.9300.630.70139.4487.6515.88
Hex54C1C5D03F468b5810
Octal51143413507710621313020
Binary10110011001110010111010111111100011010001011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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