Html Css Color HEX #053921 British Racing Green

📋 copy color: '#053921'

red 5 ◦ green 57 ◦ blue 33

#053921
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #053921

Tints of British Racing Green #053921

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 value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#053921 (or 0x053921) is known color: 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

RGB 5 57 33 -
CMYK 0.91 0 0.42 0.78
HSL 152.31º 0.84% 0.12% -
HSV(B) 152.31º 0.91% 0.22% -
XYZ 1.8 3.07 1.94 -
YUV 38.72 124.77 103.95 -
System Red Green Blue C M Y K H S L
Decimal 5 57 33 0.91 0 0.42 0.78 152.31 0.84 0.12
Hex 5 39 21 5B 0 2A 4E 98 54 C
Octal 5 71 41 133 0 52 116 230 124 14
Binary 101 111001 100001 1011011 0 101010 1001110 10011000 1010100 1100

Color Harmonies of #053921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053921

Black with #053921

Text Example


Text Example

White with #053921

Text Example


Text Example

HTML Codes & Css Web 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>