#053A19

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

Shades of British Racing Green #053A19

Tints of British Racing Green #053A19

Color information

#053A19 (or 0x053A19) is unknown color: approx British Racing Green. HEX triplet: 05, 3A and 19. RGB value is (5,58,25). Sum of RGB (Red+Green+Blue) = 5+58+25=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 58 (23.05% from 255 or 65.91% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 58 - color contains mainly: green. Hex color #053A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A19 is #FAC5E6. Grayscale: #262626. Windows color (decimal): -16434663 or 1653253. OLE color: 1653253.

HSL color Cylindrical-coordinate representation of color #053A19: hue angle of 142.64º 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 #053A19 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB55825-
CMYK0.9100.570.77
HSL142.64º84.13%12.35%-
HSV(B)142.64º91.38%22.75%-
XYZ1.753.131.43-
YUV38.39120.44104.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.68%
GREEN value IS 58 (23.05% from 255) = 65.91%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=5.68%
G=65.91%
B=28.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558250.9100.570.77142.6484.1312.35
Hex53A195B0394D8f54c
Octal5723113307111521712414
Binary101111010110011011011011100110011011000111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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