#05422A

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

Shades of British Racing Green #05422A

Tints of British Racing Green #05422A

Color information

#05422A (or 0x05422A) is unknown color: approx British Racing Green. HEX triplet: 05, 42 and 2A. RGB value is (5,66,42). Sum of RGB (Red+Green+Blue) = 5+66+42=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #05422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05422A is #FABDD5. Grayscale: #2D2D2D. Windows color (decimal): -16432598 or 2769413. OLE color: 2769413.

HSL color Cylindrical-coordinate representation of color #05422A: hue angle of 156.39º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05422A is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB56642-
CMYK0.9200.360.74
HSL156.39º85.92%13.92%-
HSV(B)156.39º92.42%25.88%-
XYZ2.434.12.85-
YUV45.02126.2999.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 66 (26.17% from 255) = 58.41%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=4.42%
G=58.41%
B=37.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal566420.9200.360.74156.3985.9213.92
Hex5422A5C0244A9c56e
Octal51025213404411223412616
Binary10110000101010101011100010010010010101001110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05422A; }

 p { color: rgb(5,66,42); }

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

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

 a { background-color: rgb(5,66,42); }

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

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

 span { border-color: rgb(5,66,42); }

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