#054832

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

Shades of British Racing Green #054832

Tints of British Racing Green #054832

Color information

#054832 (or 0x054832) is unknown color: approx British Racing Green. HEX triplet: 05, 48 and 32. RGB value is (5,72,50). Sum of RGB (Red+Green+Blue) = 5+72+50=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #054832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054832 is #FAB7CD. Grayscale: #313131. Windows color (decimal): -16431054 or 3295237. OLE color: 3295237.

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

Color convert

RGB57250-
CMYK0.9300.310.72
HSL160.3º87.01%15.1%-
HSV(B)160.3º93.06%28.24%-
XYZ2.964.93.81-
YUV49.46128.396.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 72 (28.52% from 255) = 56.69%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=3.94%
G=56.69%
B=39.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal572500.9300.310.72160.387.0115.1
Hex548325D01F48a057f
Octal51106213503711024012717
Binary1011001000110010101110101111110010001010000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054832; }

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

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

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

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

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

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

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

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