Html Css Color HEX #05522F British Racing Green

📋 copy color: '#05522F'

red 5 ◦ green 82 ◦ blue 47

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

Shades of British Racing Green #05522F

Tints of British Racing Green #05522F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 35.07%

R = 3.73%
G = 61.19%
B = 35.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#05522F (or 0x05522F) is known color: British Racing Green. HEX triplet: 05, 52 and 2F. RGB value is (5,82,47). Sum of RGB (Red+Green+Blue) = 5+82+47=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #05522F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05522F is #FAADD0. Grayscale: #373737. Windows color (decimal): -16428497 or 3101189. OLE color: 3101189.

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

Color convert

RGB 5 82 47 -
CMYK 0.94 0 0.43 0.68
HSL 152.73º 0.89% 0.17% -
HSV(B) 152.73º 0.94% 0.32% -
XYZ 3.59 6.27 3.71 -
YUV 54.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 5 82 47 0.94 0 0.43 0.68 152.73 0.89 0.17
Hex 5 52 2F 5E 0 2B 44 99 59 11
Octal 5 122 57 136 0 53 104 231 131 21
Binary 101 1010010 101111 1011110 0 101011 1000100 10011001 1011001 10001

Color Harmonies of #05522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05522F

Black with #05522F

Text Example


Text Example

White with #05522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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