#053818

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

Shades of British Racing Green #053818

Tints of British Racing Green #053818

Color information

#053818 (or 0x053818) is unknown color: approx British Racing Green. HEX triplet: 05, 38 and 18. RGB value is (5,56,24). Sum of RGB (Red+Green+Blue) = 5+56+24=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #053818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053818 is #FAC7E7. Grayscale: #252525. Windows color (decimal): -16435176 or 1587205. OLE color: 1587205.

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

Color convert

RGB55624-
CMYK0.9100.570.78
HSL142.35º83.61%11.96%-
HSV(B)142.35º91.07%21.96%-
XYZ1.642.931.34-
YUV37.1120.6105.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 56 (22.27% from 255) = 65.88%
BLUE value IS 24 (9.77% from 255) = 28.24%
R=5.88%
G=65.88%
B=28.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal556240.9100.570.78142.3583.6111.96
Hex538185B0394E8e54c
Octal5703013307111621612414
Binary101111000110001011011011100110011101000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053818; }

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

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

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

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

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

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

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

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