#054735

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

Shades of British Racing Green #054735

Tints of British Racing Green #054735

Color information

#054735 (or 0x054735) is unknown color: approx British Racing Green. HEX triplet: 05, 47 and 35. RGB value is (5,71,53). Sum of RGB (Red+Green+Blue) = 5+71+53=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #054735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054735 is #FAB8CA. Grayscale: #313131. Windows color (decimal): -16431307 or 3491589. OLE color: 3491589.

HSL color Cylindrical-coordinate representation of color #054735: hue angle of 163.64º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054735 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB57153-
CMYK0.9300.250.72
HSL163.64º86.84%14.9%-
HSV(B)163.64º92.96%27.84%-
XYZ2.964.84.14-
YUV49.21130.1396.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=3.88%
G=55.04%
B=41.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571530.9300.250.72163.6486.8414.9
Hex547355D01948a457f
Octal51076513503111024412717
Binary1011000111110101101110101100110010001010010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054735; }

 p { color: rgb(5,71,53); }

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

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

 a { background-color: rgb(5,71,53); }

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

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

 span { border-color: rgb(5,71,53); }

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