#005426

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

Shades of British Racing Green #005426

Tints of British Racing Green #005426

Color information

#005426 (or 0x005426) is unknown color: approx British Racing Green. HEX triplet: 00, 54 and 26. RGB value is (0,84,38). Sum of RGB (Red+Green+Blue) = 0+84+38=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 84 (33.20% from 255 or 68.85% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 84 - color contains mainly: green. Hex color #005426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005426 is #FFABD9. Grayscale: #353535. Windows color (decimal): -16755674 or 2511872. OLE color: 2511872.

HSL color Cylindrical-coordinate representation of color #005426: hue angle of 147.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005426 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB08438-
CMYK100.550.67
HSL147.14º100%16.47%-
HSV(B)147.14º100%32.94%-
XYZ3.526.482.9-
YUV53.64119.1789.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 68.85%
BLUE value IS 38 (15.23% from 255) = 31.15%
R=0%
G=68.85%
B=31.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08438100.550.67147.1410016.47
Hex054266403743936410
Octal01244614406710322314420
Binary0101010010011011001000110111100001110010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005426; }

 p { color: rgb(0,84,38); }

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

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

 a { background-color: rgb(0,84,38); }

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

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

 span { border-color: rgb(0,84,38); }

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