Html Css Color HEX #054B31 British Racing Green

📋 copy color: '#054B31'

red 5 ◦ green 75 ◦ blue 49

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

Shades of British Racing Green #054B31

Tints of British Racing Green #054B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 58.14%

 BLUE value IS 49 (19.53% from 255) = 37.98%

R = 3.88%
G = 58.14%
B = 37.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#054B31 (or 0x054B31) is known color: British Racing Green. HEX triplet: 05, 4B and 31. RGB value is (5,75,49). Sum of RGB (Red+Green+Blue) = 5+75+49=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #054B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054B31 is #FAB4CE. Grayscale: #333333. Windows color (decimal): -16430287 or 3230469. OLE color: 3230469.

HSL color Cylindrical-coordinate representation of color #054B31: hue angle of 157.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054B31 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 75 49 -
CMYK 0.93 0 0.35 0.71
HSL 157.71º 0.88% 0.16% -
HSV(B) 157.71º 0.93% 0.29% -
XYZ 3.13 5.29 3.76 -
YUV 51.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 5 75 49 0.93 0 0.35 0.71 157.71 0.88 0.16
Hex 5 4B 31 5D 0 23 47 9E 58 10
Octal 5 113 61 135 0 43 107 236 130 20
Binary 101 1001011 110001 1011101 0 100011 1000111 10011110 1011000 10000

Color Harmonies of #054B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B31

Black with #054B31

Text Example


Text Example

White with #054B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054B31; }

 p { color: rgb(5,75,49); }

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

background-color css

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

 a { background-color: rgb(5,75,49); }

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

border-color css

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

 span { border-color: rgb(5,75,49); }

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