#054629

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

Shades of British Racing Green #054629

Tints of British Racing Green #054629

Color information

#054629 (or 0x054629) is unknown color: approx British Racing Green. HEX triplet: 05, 46 and 29. RGB value is (5,70,41). Sum of RGB (Red+Green+Blue) = 5+70+41=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #054629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054629 is #FAB9D6. Grayscale: #2F2F2F. Windows color (decimal): -16431575 or 2704901. OLE color: 2704901.

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

Color convert

RGB57041-
CMYK0.9300.410.73
HSL153.23º86.67%14.71%-
HSV(B)153.23º92.86%27.45%-
XYZ2.654.572.84-
YUV47.26124.4797.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 70 (27.73% from 255) = 60.34%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=4.31%
G=60.34%
B=35.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570410.9300.410.73153.2386.6714.71
Hex546295D029499957f
Octal51065113505111123112717
Binary10110001101010011011101010100110010011001100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054629; }

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

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

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

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

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

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

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

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