#005316

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

Shades of British Racing Green #005316

Tints of British Racing Green #005316

Color information

#005316 (or 0x005316) is unknown color: approx British Racing Green. HEX triplet: 00, 53 and 16. RGB value is (0,83,22). Sum of RGB (Red+Green+Blue) = 0+83+22=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #005316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005316 is #FFACE9. Grayscale: #333333. Windows color (decimal): -16755946 or 1463040. OLE color: 1463040.

HSL color Cylindrical-coordinate representation of color #005316: hue angle of 135.9º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005316 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB08322-
CMYK100.730.67
HSL135.9º100%16.27%-
HSV(B)135.9º100%32.55%-
XYZ3.246.241.79-
YUV51.23111.591.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 83 (32.81% from 255) = 79.05%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=0%
G=79.05%
B=20.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08322100.730.67135.910016.27
Hex053166404943886410
Octal012326144011110321014420
Binary0101001110110110010001001001100001110001000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005316; }

 p { color: rgb(0,83,22); }

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

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

 a { background-color: rgb(0,83,22); }

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

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

 span { border-color: rgb(0,83,22); }

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