Html Css Color HEX #055121 British Racing Green

📋 copy color: '#055121'

red 5 ◦ green 81 ◦ blue 33

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

Shades of British Racing Green #055121

Tints of British Racing Green #055121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 68.07%

 BLUE value IS 33 (13.28% from 255) = 27.73%

R = 4.2%
G = 68.07%
B = 27.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#055121 (or 0x055121) is known color: British Racing Green. HEX triplet: 05, 51 and 21. RGB value is (5,81,33). Sum of RGB (Red+Green+Blue) = 5+81+33=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 81 (32.03% from 255 or 68.07% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 81 - color contains mainly: green. Hex color #055121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055121 is #FAAEDE. Grayscale: #343434. Windows color (decimal): -16428767 or 2183429. OLE color: 2183429.

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

Color convert

RGB 5 81 33 -
CMYK 0.94 0 0.59 0.68
HSL 142.11º 0.88% 0.17% -
HSV(B) 142.11º 0.94% 0.32% -
XYZ 3.28 6.03 2.43 -
YUV 52.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 5 81 33 0.94 0 0.59 0.68 142.11 0.88 0.17
Hex 5 51 21 5E 0 3B 44 8E 58 11
Octal 5 121 41 136 0 73 104 216 130 21
Binary 101 1010001 100001 1011110 0 111011 1000100 10001110 1011000 10001

Color Harmonies of #055121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055121

Black with #055121

Text Example


Text Example

White with #055121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055121; }

 p { color: rgb(5,81,33); }

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

background-color css

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

 a { background-color: rgb(5,81,33); }

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

border-color css

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

 span { border-color: rgb(5,81,33); }

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