Html Css Color HEX #05492E British Racing Green

📋 copy color: '#05492E'

red 5 ◦ green 73 ◦ blue 46

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

Shades of British Racing Green #05492E

Tints of British Racing Green #05492E

RGB

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

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

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

R = 4.03%
G = 58.87%
B = 37.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#05492E (or 0x05492E) is known color: British Racing Green. HEX triplet: 05, 49 and 2E. RGB value is (5,73,46). Sum of RGB (Red+Green+Blue) = 5+73+46=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #05492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05492E is #FAB6D1. Grayscale: #313131. Windows color (decimal): -16430802 or 3033349. OLE color: 3033349.

HSL color Cylindrical-coordinate representation of color #05492E: hue angle of 156.18º 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 #05492E is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 46 -
CMYK 0.93 0 0.37 0.71
HSL 156.18º 0.87% 0.15% -
HSV(B) 156.18º 0.93% 0.29% -
XYZ 2.94 4.99 3.39 -
YUV 49.59 125.97 96.2 -
System Red Green Blue C M Y K H S L
Decimal 5 73 46 0.93 0 0.37 0.71 156.18 0.87 0.15
Hex 5 49 2E 5D 0 25 47 9C 57 F
Octal 5 111 56 135 0 45 107 234 127 17
Binary 101 1001001 101110 1011101 0 100101 1000111 10011100 1010111 1111

Color Harmonies of #05492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05492E

Black with #05492E

Text Example


Text Example

White with #05492E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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