#053A1C

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

Shades of British Racing Green #053A1C

Tints of British Racing Green #053A1C

Color information

#053A1C (or 0x053A1C) is unknown color: approx British Racing Green. HEX triplet: 05, 3A and 1C. RGB value is (5,58,28). Sum of RGB (Red+Green+Blue) = 5+58+28=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #053A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A1C is #FAC5E3. Grayscale: #262626. Windows color (decimal): -16434660 or 1849861. OLE color: 1849861.

HSL color Cylindrical-coordinate representation of color #053A1C: hue angle of 146.04º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A1C is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB55828-
CMYK0.9100.520.77
HSL146.04º84.13%12.35%-
HSV(B)146.04º91.38%22.75%-
XYZ1.793.141.61-
YUV38.73121.94103.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 58 (23.05% from 255) = 63.74%
BLUE value IS 28 (11.33% from 255) = 30.77%
R=5.49%
G=63.74%
B=30.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558280.9100.520.77146.0484.1312.35
Hex53A1C5B0344D9254c
Octal5723413306411522212414
Binary101111010111001011011011010010011011001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A1C; }

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

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

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

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

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

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

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

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