Html Css Color HEX #05511C British Racing Green

📋 copy color: '#05511C'

red 5 ◦ green 81 ◦ blue 28

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

Shades of British Racing Green #05511C

Tints of British Racing Green #05511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.56%

R = 4.39%
G = 71.05%
B = 24.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#05511C (or 0x05511C) is known color: British Racing Green. HEX triplet: 05, 51 and 1C. RGB value is (5,81,28). Sum of RGB (Red+Green+Blue) = 5+81+28=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 81 (32.03% from 255 or 71.05% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 81 - color contains mainly: green. Hex color #05511C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05511C is #FAAEE3. Grayscale: #343434. Windows color (decimal): -16428772 or 1855749. OLE color: 1855749.

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

Color convert

RGB 5 81 28 -
CMYK 0.94 0 0.65 0.68
HSL 138.16º 0.88% 0.17% -
HSV(B) 138.16º 0.94% 0.32% -
XYZ 3.21 6 2.09 -
YUV 52.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 5 81 28 0.94 0 0.65 0.68 138.16 0.88 0.17
Hex 5 51 1C 5E 0 41 44 8A 58 11
Octal 5 121 34 136 0 101 104 212 130 21
Binary 101 1010001 11100 1011110 0 1000001 1000100 10001010 1011000 10001

Color Harmonies of #05511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05511C

Black with #05511C

Text Example


Text Example

White with #05511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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