#053921

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

Shades of British Racing Green #053921

Tints of British Racing Green #053921

Color information

#053921 (or 0x053921) is unknown color: approx British Racing Green. HEX triplet: 05, 39 and 21. RGB value is (5,57,33). Sum of RGB (Red+Green+Blue) = 5+57+33=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #053921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053921 is #FAC6DE. Grayscale: #262626. Windows color (decimal): -16434911 or 2177285. OLE color: 2177285.

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

Color convert

RGB55733-
CMYK0.9100.420.78
HSL152.31º83.87%12.16%-
HSV(B)152.31º91.23%22.35%-
XYZ1.83.071.94-
YUV38.72124.77103.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 57 (22.66% from 255) = 60%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=5.26%
G=60%
B=34.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557330.9100.420.78152.3183.8712.16
Hex539215B02A4E9854c
Octal5714113305211623012414
Binary1011110011000011011011010101010011101001100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053921; }

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

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

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

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

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

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

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

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