#054626

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

Shades of British Racing Green #054626

Tints of British Racing Green #054626

Color information

#054626 (or 0x054626) is unknown color: approx British Racing Green. HEX triplet: 05, 46 and 26. RGB value is (5,70,38). Sum of RGB (Red+Green+Blue) = 5+70+38=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 70 (27.73% from 255 or 61.95% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 70 - color contains mainly: green. Hex color #054626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054626 is #FAB9D9. Grayscale: #2E2E2E. Windows color (decimal): -16431578 or 2508293. OLE color: 2508293.

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

Color convert

RGB57038-
CMYK0.9300.460.73
HSL150.46º86.67%14.71%-
HSV(B)150.46º92.86%27.45%-
XYZ2.64.552.58-
YUV46.92122.9798.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 70 (27.73% from 255) = 61.95%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=4.42%
G=61.95%
B=33.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570380.9300.460.73150.4686.6714.71
Hex546265D02E499657f
Octal51064613505611122612717
Binary10110001101001101011101010111010010011001011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054626; }

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

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

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

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

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

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

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

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