Html Css Color HEX #05511D British Racing Green

📋 copy color: '#05511D'

red 5 ◦ green 81 ◦ blue 29

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

Shades of British Racing Green #05511D

Tints of British Racing Green #05511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.22%

R = 4.35%
G = 70.43%
B = 25.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#05511D (or 0x05511D) is known color: British Racing Green. HEX triplet: 05, 51 and 1D. RGB value is (5,81,29). Sum of RGB (Red+Green+Blue) = 5+81+29=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #05511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05511D is #FAAEE2. Grayscale: #343434. Windows color (decimal): -16428771 or 1921285. OLE color: 1921285.

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

Color convert

RGB 5 81 29 -
CMYK 0.94 0 0.64 0.68
HSL 138.95º 0.88% 0.17% -
HSV(B) 138.95º 0.94% 0.32% -
XYZ 3.23 6.01 2.15 -
YUV 52.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 5 81 29 0.94 0 0.64 0.68 138.95 0.88 0.17
Hex 5 51 1D 5E 0 40 44 8B 58 11
Octal 5 121 35 136 0 100 104 213 130 21
Binary 101 1010001 11101 1011110 0 1000000 1000100 10001011 1011000 10001

Color Harmonies of #05511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05511D

Black with #05511D

Text Example


Text Example

White with #05511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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