Html Css Color HEX #055119 British Racing Green

📋 copy color: '#055119'

red 5 ◦ green 81 ◦ blue 25

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

Shades of British Racing Green #055119

Tints of British Racing Green #055119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.52%

R = 4.5%
G = 72.97%
B = 22.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#055119 (or 0x055119) is known color: British Racing Green. HEX triplet: 05, 51 and 19. RGB value is (5,81,25). Sum of RGB (Red+Green+Blue) = 5+81+25=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 81 (32.03% from 255 or 72.97% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 81 - color contains mainly: green. Hex color #055119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055119 is #FAAEE6. Grayscale: #343434. Windows color (decimal): -16428775 or 1659141. OLE color: 1659141.

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

Color convert

RGB 5 81 25 -
CMYK 0.94 0 0.69 0.68
HSL 135.79º 0.88% 0.17% -
HSV(B) 135.79º 0.94% 0.32% -
XYZ 3.18 5.99 1.91 -
YUV 51.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 5 81 25 0.94 0 0.69 0.68 135.79 0.88 0.17
Hex 5 51 19 5E 0 45 44 88 58 11
Octal 5 121 31 136 0 105 104 210 130 21
Binary 101 1010001 11001 1011110 0 1000101 1000100 10001000 1011000 10001

Color Harmonies of #055119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055119

Black with #055119

Text Example


Text Example

White with #055119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055119; }

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

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

background-color css

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

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

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

border-color css

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

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

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