#005420

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

Shades of British Racing Green #005420

Tints of British Racing Green #005420

Color information

#005420 (or 0x005420) is unknown color: approx British Racing Green. HEX triplet: 00, 54 and 20. RGB value is (0,84,32). Sum of RGB (Red+Green+Blue) = 0+84+32=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #005420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005420 is #FFABDF. Grayscale: #353535. Windows color (decimal): -16755680 or 2118656. OLE color: 2118656.

HSL color Cylindrical-coordinate representation of color #005420: hue angle of 142.86º 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 #005420 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB08432-
CMYK100.620.67
HSL142.86º100%16.47%-
HSV(B)142.86º100%32.94%-
XYZ3.436.442.43-
YUV52.96116.1790.23-

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) = 72.41%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=0%
G=72.41%
B=27.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08432100.620.67142.8610016.47
Hex054206403E438f6410
Octal01244014407610321714420
Binary0101010010000011001000111110100001110001111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005420; }

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

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

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

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

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

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

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

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