Html Css Color HEX #054927 British Racing Green

📋 copy color: '#054927'

red 5 ◦ green 73 ◦ blue 39

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

Shades of British Racing Green #054927

Tints of British Racing Green #054927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 33.33%

R = 4.27%
G = 62.39%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#054927 (or 0x054927) is known color: British Racing Green. HEX triplet: 05, 49 and 27. RGB value is (5,73,39). Sum of RGB (Red+Green+Blue) = 5+73+39=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #054927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054927 is #FAB6D8. Grayscale: #303030. Windows color (decimal): -16430809 or 2574597. OLE color: 2574597.

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

Color convert

RGB 5 73 39 -
CMYK 0.93 0 0.47 0.71
HSL 150º 0.87% 0.15% -
HSV(B) 150º 0.93% 0.29% -
XYZ 2.81 4.94 2.73 -
YUV 48.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 5 73 39 0.93 0 0.47 0.71 150 0.87 0.15
Hex 5 49 27 5D 0 2F 47 96 57 F
Octal 5 111 47 135 0 57 107 226 127 17
Binary 101 1001001 100111 1011101 0 101111 1000111 10010110 1010111 1111

Color Harmonies of #054927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054927

Black with #054927

Text Example


Text Example

White with #054927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054927; }

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

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

background-color css

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

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

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

border-color css

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

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

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