#05381C

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

Shades of British Racing Green #05381C

Tints of British Racing Green #05381C

Color information

#05381C (or 0x05381C) is unknown color: approx British Racing Green. HEX triplet: 05, 38 and 1C. RGB value is (5,56,28). Sum of RGB (Red+Green+Blue) = 5+56+28=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 56 (22.27% from 255 or 62.92% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 56 - color contains mainly: green. Hex color #05381C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05381C is #FAC7E3. Grayscale: #252525. Windows color (decimal): -16435172 or 1849349. OLE color: 1849349.

HSL color Cylindrical-coordinate representation of color #05381C: hue angle of 147.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05381C is Cyan = 0.91, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB55628-
CMYK0.9100.500.78
HSL147.06º83.61%11.96%-
HSV(B)147.06º91.07%21.96%-
XYZ1.692.941.58-
YUV37.56122.6104.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 56 (22.27% from 255) = 62.92%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=5.62%
G=62.92%
B=31.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556280.9100.500.78147.0683.6111.96
Hex5381C5B0324E9354c
Octal5703413306211622312414
Binary101111000111001011011011001010011101001001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05381C; }

 p { color: rgb(5,56,28); }

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

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

 a { background-color: rgb(5,56,28); }

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

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

 span { border-color: rgb(5,56,28); }

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