#054830

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

Shades of British Racing Green #054830

Tints of British Racing Green #054830

Color information

#054830 (or 0x054830) is unknown color: approx British Racing Green. HEX triplet: 05, 48 and 30. RGB value is (5,72,48). Sum of RGB (Red+Green+Blue) = 5+72+48=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #054830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054830 is #FAB7CF. Grayscale: #313131. Windows color (decimal): -16431056 or 3164165. OLE color: 3164165.

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

Color convert

RGB57248-
CMYK0.9300.330.72
HSL158.51º87.01%15.1%-
HSV(B)158.51º93.06%28.24%-
XYZ2.914.883.58-
YUV49.23127.396.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 72 (28.52% from 255) = 57.6%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=4%
G=57.6%
B=38.4%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572480.9300.330.72158.5187.0115.1
Hex548305D021489f57f
Octal51106013504111023712717
Binary10110010001100001011101010000110010001001111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054830; }

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

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

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

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

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

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

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

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