#05542E

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

Shades of British Racing Green #05542E

Tints of British Racing Green #05542E

Color information

#05542E (or 0x05542E) is unknown color: approx British Racing Green. HEX triplet: 05, 54 and 2E. RGB value is (5,84,46). Sum of RGB (Red+Green+Blue) = 5+84+46=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #05542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05542E is #FAABD1. Grayscale: #383838. Windows color (decimal): -16427986 or 3036165. OLE color: 3036165.

HSL color Cylindrical-coordinate representation of color #05542E: hue angle of 151.14º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05542E is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB58446-
CMYK0.9400.450.67
HSL151.14º88.76%17.45%-
HSV(B)151.14º94.05%32.94%-
XYZ3.736.573.66-
YUV56.05122.3391.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 84 (33.20% from 255) = 62.22%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=3.70%
G=62.22%
B=34.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584460.9400.450.67151.1488.7617.45
Hex5542E5E02D43975911
Octal51245613605510322713121
Binary101101010010111010111100101101100001110010111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05542E; }

 p { color: rgb(5,84,46); }

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

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

 a { background-color: rgb(5,84,46); }

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

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

 span { border-color: rgb(5,84,46); }

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