#054730

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

Shades of British Racing Green #054730

Tints of British Racing Green #054730

Color information

#054730 (or 0x054730) is unknown color: approx British Racing Green. HEX triplet: 05, 47 and 30. RGB value is (5,71,48). Sum of RGB (Red+Green+Blue) = 5+71+48=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #054730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054730 is #FAB8CF. Grayscale: #303030. Windows color (decimal): -16431312 or 3163909. OLE color: 3163909.

HSL color Cylindrical-coordinate representation of color #054730: hue angle of 159.09º 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 #054730 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB57148-
CMYK0.9300.320.72
HSL159.09º86.84%14.9%-
HSV(B)159.09º92.96%27.84%-
XYZ2.854.753.56-
YUV48.64127.6396.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 71 (28.12% from 255) = 57.26%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=4.03%
G=57.26%
B=38.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal571480.9300.320.72159.0986.8414.9
Hex547305D020489f57f
Octal51076013504011023712717
Binary10110001111100001011101010000010010001001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054730; }

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

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

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

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

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

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

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

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