#005321

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

Shades of British Racing Green #005321

Tints of British Racing Green #005321

Color information

#005321 (or 0x005321) is unknown color: approx British Racing Green. HEX triplet: 00, 53 and 21. RGB value is (0,83,33). Sum of RGB (Red+Green+Blue) = 0+83+33=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 83 (32.81% from 255 or 71.55% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 83 - color contains mainly: green. Hex color #005321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005321 is #FFACDE. Grayscale: #343434. Windows color (decimal): -16755935 or 2183936. OLE color: 2183936.

HSL color Cylindrical-coordinate representation of color #005321: hue angle of 143.86º 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 #005321 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB08333-
CMYK100.600.67
HSL143.86º100%16.27%-
HSV(B)143.86º100%32.55%-
XYZ3.376.32.48-
YUV52.4811790.57-

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) = 71.55%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=0%
G=71.55%
B=28.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal08333100.600.67143.8610016.27
Hex053216403C43906410
Octal01234114407410322014420
Binary0101001110000111001000111100100001110010000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005321; }

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

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

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

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

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

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

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

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