#054634

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

Shades of British Racing Green #054634

Tints of British Racing Green #054634

Color information

#054634 (or 0x054634) is unknown color: approx British Racing Green. HEX triplet: 05, 46 and 34. RGB value is (5,70,52). Sum of RGB (Red+Green+Blue) = 5+70+52=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #054634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054634 is #FAB9CB. Grayscale: #303030. Windows color (decimal): -16431564 or 3425797. OLE color: 3425797.

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

Color convert

RGB57052-
CMYK0.9300.260.73
HSL163.38º86.67%14.71%-
HSV(B)163.38º92.86%27.45%-
XYZ2.874.664-
YUV48.51129.9796.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=3.94%
G=55.12%
B=40.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570520.9300.260.73163.3886.6714.71
Hex546345D01A49a357f
Octal51066413503211124312717
Binary1011000110110100101110101101010010011010001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054634; }

 p { color: rgb(5,70,52); }

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

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

 a { background-color: rgb(5,70,52); }

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

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

 span { border-color: rgb(5,70,52); }

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