Html Css Color HEX #054D1A British Racing Green

📋 copy color: '#054D1A'

red 5 ◦ green 77 ◦ blue 26

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

Shades of British Racing Green #054D1A

Tints of British Racing Green #054D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 71.3%

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

R = 4.63%
G = 71.3%
B = 24.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#054D1A (or 0x054D1A) is known color: British Racing Green. HEX triplet: 05, 4D and 1A. RGB value is (5,77,26). Sum of RGB (Red+Green+Blue) = 5+77+26=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 77 (30.47% from 255 or 71.30% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 77 - color contains mainly: green. Hex color #054D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054D1A is #FAB2E5. Grayscale: #313131. Windows color (decimal): -16429798 or 1723653. OLE color: 1723653.

HSL color Cylindrical-coordinate representation of color #054D1A: hue angle of 137.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D1A is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 77 26 -
CMYK 0.94 0 0.66 0.70
HSL 137.5º 0.88% 0.16% -
HSV(B) 137.5º 0.94% 0.3% -
XYZ 2.9 5.41 1.87 -
YUV 49.66 114.65 96.15 -
System Red Green Blue C M Y K H S L
Decimal 5 77 26 0.94 0 0.66 0.70 137.5 0.88 0.16
Hex 5 4D 1A 5E 0 42 46 8A 58 10
Octal 5 115 32 136 0 102 106 212 130 20
Binary 101 1001101 11010 1011110 0 1000010 1000110 10001010 1011000 10000

Color Harmonies of #054D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D1A

Black with #054D1A

Text Example


Text Example

White with #054D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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