Html Css Color HEX #05512E British Racing Green

📋 copy color: '#05512E'

red 5 ◦ green 81 ◦ blue 46

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

Shades of British Racing Green #05512E

Tints of British Racing Green #05512E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.85%

R = 3.79%
G = 61.36%
B = 34.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#05512E (or 0x05512E) is known color: British Racing Green. HEX triplet: 05, 51 and 2E. RGB value is (5,81,46). Sum of RGB (Red+Green+Blue) = 5+81+46=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 81 (32.03% from 255 or 61.36% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 81 - color contains mainly: green. Hex color #05512E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05512E is #FAAED1. Grayscale: #363636. Windows color (decimal): -16428754 or 3035397. OLE color: 3035397.

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

Color convert

RGB 5 81 46 -
CMYK 0.94 0 0.43 0.68
HSL 152.37º 0.88% 0.17% -
HSV(B) 152.37º 0.94% 0.32% -
XYZ 3.5 6.11 3.58 -
YUV 54.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 5 81 46 0.94 0 0.43 0.68 152.37 0.88 0.17
Hex 5 51 2E 5E 0 2B 44 98 58 11
Octal 5 121 56 136 0 53 104 230 130 21
Binary 101 1010001 101110 1011110 0 101011 1000100 10011000 1011000 10001

Color Harmonies of #05512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05512E

Black with #05512E

Text Example


Text Example

White with #05512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05512E; }

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

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

background-color css

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

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

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

border-color css

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

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

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