Html Css Color HEX #054C1A British Racing Green

📋 copy color: '#054C1A'

red 5 ◦ green 76 ◦ blue 26

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

Shades of British Racing Green #054C1A

Tints of British Racing Green #054C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 71.03%

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

R = 4.67%
G = 71.03%
B = 24.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#054C1A (or 0x054C1A) is known color: British Racing Green. HEX triplet: 05, 4C and 1A. RGB value is (5,76,26). Sum of RGB (Red+Green+Blue) = 5+76+26=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 76 (30.08% from 255 or 71.03% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 76 - color contains mainly: green. Hex color #054C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C1A is #FAB3E5. Grayscale: #313131. Windows color (decimal): -16430054 or 1723397. OLE color: 1723397.

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

Color convert

RGB 5 76 26 -
CMYK 0.93 0 0.66 0.70
HSL 137.75º 0.88% 0.16% -
HSV(B) 137.75º 0.93% 0.3% -
XYZ 2.83 5.28 1.85 -
YUV 49.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 5 76 26 0.93 0 0.66 0.70 137.75 0.88 0.16
Hex 5 4C 1A 5D 0 42 46 8A 58 10
Octal 5 114 32 135 0 102 106 212 130 20
Binary 101 1001100 11010 1011101 0 1000010 1000110 10001010 1011000 10000

Color Harmonies of #054C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C1A

Black with #054C1A

Text Example


Text Example

White with #054C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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