Html Css Color HEX #055227 British Racing Green

📋 copy color: '#055227'

red 5 ◦ green 82 ◦ blue 39

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

Shades of British Racing Green #055227

Tints of British Racing Green #055227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.95%

R = 3.97%
G = 65.08%
B = 30.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#055227 (or 0x055227) is known color: British Racing Green. HEX triplet: 05, 52 and 27. RGB value is (5,82,39). Sum of RGB (Red+Green+Blue) = 5+82+39=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 82 (32.42% from 255 or 65.08% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 82 - color contains mainly: green. Hex color #055227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055227 is #FAADD8. Grayscale: #363636. Windows color (decimal): -16428505 or 2576901. OLE color: 2576901.

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

Color convert

RGB 5 82 39 -
CMYK 0.94 0 0.52 0.68
HSL 146.49º 0.89% 0.17% -
HSV(B) 146.49º 0.94% 0.32% -
XYZ 3.45 6.21 2.94 -
YUV 54.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 5 82 39 0.94 0 0.52 0.68 146.49 0.89 0.17
Hex 5 52 27 5E 0 34 44 92 59 11
Octal 5 122 47 136 0 64 104 222 131 21
Binary 101 1010010 100111 1011110 0 110100 1000100 10010010 1011001 10001

Color Harmonies of #055227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055227

Black with #055227

Text Example


Text Example

White with #055227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055227; }

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

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

background-color css

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

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

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

border-color css

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

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

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