Html Css Color HEX #05521F British Racing Green

📋 copy color: '#05521F'

red 5 ◦ green 82 ◦ blue 31

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

Shades of British Racing Green #05521F

Tints of British Racing Green #05521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 69.49%

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 4.24%
G = 69.49%
B = 26.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#05521F (or 0x05521F) is known color: British Racing Green. HEX triplet: 05, 52 and 1F. RGB value is (5,82,31). Sum of RGB (Red+Green+Blue) = 5+82+31=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 82 (32.42% from 255 or 69.49% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 82 - color contains mainly: green. Hex color #05521F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05521F is #FAADE0. Grayscale: #353535. Windows color (decimal): -16428513 or 2052613. OLE color: 2052613.

HSL color Cylindrical-coordinate representation of color #05521F: hue angle of 140.26º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05521F is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 31 -
CMYK 0.94 0 0.62 0.68
HSL 140.26º 0.89% 0.17% -
HSV(B) 140.26º 0.94% 0.32% -
XYZ 3.33 6.17 2.31 -
YUV 53.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 5 82 31 0.94 0 0.62 0.68 140.26 0.89 0.17
Hex 5 52 1F 5E 0 3E 44 8C 59 11
Octal 5 122 37 136 0 76 104 214 131 21
Binary 101 1010010 11111 1011110 0 111110 1000100 10001100 1011001 10001

Color Harmonies of #05521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05521F

Black with #05521F

Text Example


Text Example

White with #05521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05521F; }

 p { color: rgb(5,82,31); }

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

background-color css

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

 a { background-color: rgb(5,82,31); }

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

border-color css

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

 span { border-color: rgb(5,82,31); }

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