Html Css Color HEX #053D20 British Racing Green

📋 copy color: '#053D20'

red 5 ◦ green 61 ◦ blue 32

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

Shades of British Racing Green #053D20

Tints of British Racing Green #053D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 62.24%

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

R = 5.1%
G = 62.24%
B = 32.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#053D20 (or 0x053D20) is known color: British Racing Green. HEX triplet: 05, 3D and 20. RGB value is (5,61,32). Sum of RGB (Red+Green+Blue) = 5+61+32=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #053D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D20 is #FAC2DF. Grayscale: #292929. Windows color (decimal): -16433888 or 2112773. OLE color: 2112773.

HSL color Cylindrical-coordinate representation of color #053D20: hue angle of 148.93º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053D20 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 61 32 -
CMYK 0.92 0 0.48 0.76
HSL 148.93º 0.85% 0.13% -
HSV(B) 148.93º 0.92% 0.24% -
XYZ 1.99 3.47 1.93 -
YUV 40.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 5 61 32 0.92 0 0.48 0.76 148.93 0.85 0.13
Hex 5 3D 20 5C 0 30 4C 95 55 D
Octal 5 75 40 134 0 60 114 225 125 15
Binary 101 111101 100000 1011100 0 110000 1001100 10010101 1010101 1101

Color Harmonies of #053D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D20

Black with #053D20

Text Example


Text Example

White with #053D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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