Html Css Color HEX #054734 British Racing Green

📋 copy color: '#054734'

red 5 ◦ green 71 ◦ blue 52

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

Shades of British Racing Green #054734

Tints of British Racing Green #054734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.47%

 BLUE value IS 52 (20.7% from 255) = 40.63%

R = 3.91%
G = 55.47%
B = 40.63%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.72

RGB Variations

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

Color information

#054734 (or 0x054734) is known color: British Racing Green. HEX triplet: 05, 47 and 34. RGB value is (5,71,52). Sum of RGB (Red+Green+Blue) = 5+71+52=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #054734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054734 is #FAB8CB. Grayscale: #313131. Windows color (decimal): -16431308 or 3426053. OLE color: 3426053.

HSL color Cylindrical-coordinate representation of color #054734: hue angle of 162.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054734 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 71 52 -
CMYK 0.93 0 0.27 0.72
HSL 162.73º 0.87% 0.15% -
HSV(B) 162.73º 0.93% 0.28% -
XYZ 2.94 4.79 4.02 -
YUV 49.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 5 71 52 0.93 0 0.27 0.72 162.73 0.87 0.15
Hex 5 47 34 5D 0 1B 48 A3 57 F
Octal 5 107 64 135 0 33 110 243 127 17
Binary 101 1000111 110100 1011101 0 11011 1001000 10100011 1010111 1111

Color Harmonies of #054734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054734

Black with #054734

Text Example


Text Example

White with #054734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054734; }

 p { color: rgb(5,71,52); }

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

background-color css

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

 a { background-color: rgb(5,71,52); }

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

border-color css

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

 span { border-color: rgb(5,71,52); }

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