Html Css Color HEX #05522D British Racing Green

📋 copy color: '#05522D'

red 5 ◦ green 82 ◦ blue 45

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

Shades of British Racing Green #05522D

Tints of British Racing Green #05522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.09%

R = 3.79%
G = 62.12%
B = 34.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#05522D (or 0x05522D) is known color: British Racing Green. HEX triplet: 05, 52 and 2D. RGB value is (5,82,45). Sum of RGB (Red+Green+Blue) = 5+82+45=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #05522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05522D is #FAADD2. Grayscale: #363636. Windows color (decimal): -16428499 or 2970117. OLE color: 2970117.

HSL color Cylindrical-coordinate representation of color #05522D: hue angle of 151.17º 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 #05522D is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 45 -
CMYK 0.94 0 0.45 0.68
HSL 151.17º 0.89% 0.17% -
HSV(B) 151.17º 0.94% 0.32% -
XYZ 3.55 6.26 3.5 -
YUV 54.76 122.49 92.51 -
System Red Green Blue C M Y K H S L
Decimal 5 82 45 0.94 0 0.45 0.68 151.17 0.89 0.17
Hex 5 52 2D 5E 0 2D 44 97 59 11
Octal 5 122 55 136 0 55 104 227 131 21
Binary 101 1010010 101101 1011110 0 101101 1000100 10010111 1011001 10001

Color Harmonies of #05522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05522D

Black with #05522D

Text Example


Text Example

White with #05522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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