Html Css Color HEX #054926 British Racing Green

📋 copy color: '#054926'

red 5 ◦ green 73 ◦ blue 38

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

Shades of British Racing Green #054926

Tints of British Racing Green #054926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 32.76%

R = 4.31%
G = 62.93%
B = 32.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#054926 (or 0x054926) is known color: British Racing Green. HEX triplet: 05, 49 and 26. RGB value is (5,73,38). Sum of RGB (Red+Green+Blue) = 5+73+38=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #054926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054926 is #FAB6D9. Grayscale: #303030. Windows color (decimal): -16430810 or 2509061. OLE color: 2509061.

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

Color convert

RGB 5 73 38 -
CMYK 0.93 0 0.48 0.71
HSL 149.12º 0.87% 0.15% -
HSV(B) 149.12º 0.93% 0.29% -
XYZ 2.79 4.94 2.64 -
YUV 48.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 5 73 38 0.93 0 0.48 0.71 149.12 0.87 0.15
Hex 5 49 26 5D 0 30 47 95 57 F
Octal 5 111 46 135 0 60 107 225 127 17
Binary 101 1001001 100110 1011101 0 110000 1000111 10010101 1010111 1111

Color Harmonies of #054926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054926

Black with #054926

Text Example


Text Example

White with #054926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054926; }

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

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

background-color css

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

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

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

border-color css

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

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

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