Html Css Color HEX #053920 British Racing Green

📋 copy color: '#053920'

red 5 ◦ green 57 ◦ blue 32

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

Shades of British Racing Green #053920

Tints of British Racing Green #053920

RGB

 RED value IS 5 (2.34% from 255) = 5.32%

 GREEN value IS 57 (22.66% from 255) = 60.64%

 BLUE value IS 32 (12.89% from 255) = 34.04%

R = 5.32%
G = 60.64%
B = 34.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#053920 (or 0x053920) is known color: British Racing Green. HEX triplet: 05, 39 and 20. RGB value is (5,57,32). Sum of RGB (Red+Green+Blue) = 5+57+32=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 57 (22.66% from 255 or 60.64% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 57 - color contains mainly: green. Hex color #053920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053920 is #FAC6DF. Grayscale: #262626. Windows color (decimal): -16434912 or 2111749. OLE color: 2111749.

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

Color convert

RGB 5 57 32 -
CMYK 0.91 0 0.44 0.78
HSL 151.15º 0.84% 0.12% -
HSV(B) 151.15º 0.91% 0.22% -
XYZ 1.79 3.06 1.86 -
YUV 38.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 5 57 32 0.91 0 0.44 0.78 151.15 0.84 0.12
Hex 5 39 20 5B 0 2C 4E 97 54 C
Octal 5 71 40 133 0 54 116 227 124 14
Binary 101 111001 100000 1011011 0 101100 1001110 10010111 1010100 1100

Color Harmonies of #053920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053920

Black with #053920

Text Example


Text Example

White with #053920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053920; }

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

 H1.HeaderClassName
 {
   color: #053920;
 }
 .AnyTagClassName
 {
   color: #053920;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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