#05391D

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

Shades of British Racing Green #05391D

Tints of British Racing Green #05391D

Color information

#05391D (or 0x05391D) is unknown color: approx British Racing Green. HEX triplet: 05, 39 and 1D. RGB value is (5,57,29). Sum of RGB (Red+Green+Blue) = 5+57+29=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 57 (22.66% from 255 or 62.64% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 57 - color contains mainly: green. Hex color #05391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05391D is #FAC6E2. Grayscale: #262626. Windows color (decimal): -16434915 or 1915141. OLE color: 1915141.

HSL color Cylindrical-coordinate representation of color #05391D: hue angle of 147.69º 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 #05391D is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB55729-
CMYK0.9100.490.78
HSL147.69º83.87%12.16%-
HSV(B)147.69º91.23%22.35%-
XYZ1.753.051.66-
YUV38.26122.77104.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 57 (22.66% from 255) = 62.64%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=5.49%
G=62.64%
B=31.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557290.9100.490.78147.6983.8712.16
Hex5391D5B0314E9454c
Octal5713513306111622412414
Binary101111001111011011011011000110011101001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05391D; }

 p { color: rgb(5,57,29); }

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

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

 a { background-color: rgb(5,57,29); }

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

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

 span { border-color: rgb(5,57,29); }

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