Html Css Color HEX #054B19 British Racing Green

📋 copy color: '#054B19'

red 5 ◦ green 75 ◦ blue 25

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

Shades of British Racing Green #054B19

Tints of British Racing Green #054B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 23.81%

R = 4.76%
G = 71.43%
B = 23.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#054B19 (or 0x054B19) is known color: British Racing Green. HEX triplet: 05, 4B and 19. RGB value is (5,75,25). Sum of RGB (Red+Green+Blue) = 5+75+25=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #054B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054B19 is #FAB4E6. Grayscale: #303030. Windows color (decimal): -16430311 or 1657605. OLE color: 1657605.

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

Color convert

RGB 5 75 25 -
CMYK 0.93 0 0.67 0.71
HSL 137.14º 0.88% 0.16% -
HSV(B) 137.14º 0.93% 0.29% -
XYZ 2.75 5.13 1.77 -
YUV 48.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 5 75 25 0.93 0 0.67 0.71 137.14 0.88 0.16
Hex 5 4B 19 5D 0 43 47 89 58 10
Octal 5 113 31 135 0 103 107 211 130 20
Binary 101 1001011 11001 1011101 0 1000011 1000111 10001001 1011000 10000

Color Harmonies of #054B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054B19

Black with #054B19

Text Example


Text Example

White with #054B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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