Html Css Color HEX #05491A British Racing Green

📋 copy color: '#05491A'

red 5 ◦ green 73 ◦ blue 26

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

Shades of British Racing Green #05491A

Tints of British Racing Green #05491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 70.19%

 BLUE value IS 26 (10.55% from 255) = 25%

R = 4.81%
G = 70.19%
B = 25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#05491A (or 0x05491A) is known color: British Racing Green. HEX triplet: 05, 49 and 1A. RGB value is (5,73,26). Sum of RGB (Red+Green+Blue) = 5+73+26=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #05491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05491A is #FAB6E5. Grayscale: #2F2F2F. Windows color (decimal): -16430822 or 1722629. OLE color: 1722629.

HSL color Cylindrical-coordinate representation of color #05491A: hue angle of 138.53º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05491A is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 26 -
CMYK 0.93 0 0.64 0.71
HSL 138.53º 0.87% 0.15% -
HSV(B) 138.53º 0.93% 0.29% -
XYZ 2.63 4.87 1.78 -
YUV 47.31 115.97 97.82 -
System Red Green Blue C M Y K H S L
Decimal 5 73 26 0.93 0 0.64 0.71 138.53 0.87 0.15
Hex 5 49 1A 5D 0 40 47 8B 57 F
Octal 5 111 32 135 0 100 107 213 127 17
Binary 101 1001001 11010 1011101 0 1000000 1000111 10001011 1010111 1111

Color Harmonies of #05491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05491A

Black with #05491A

Text Example


Text Example

White with #05491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05491A; }

 p { color: rgb(5,73,26); }

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

background-color css

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

 a { background-color: rgb(5,73,26); }

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

border-color css

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

 span { border-color: rgb(5,73,26); }

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