Html Css Color HEX #054935 British Racing Green

📋 copy color: '#054935'

red 5 ◦ green 73 ◦ blue 53

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

Shades of British Racing Green #054935

Tints of British Racing Green #054935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 40.46%

R = 3.82%
G = 55.73%
B = 40.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#054935 (or 0x054935) is known color: British Racing Green. HEX triplet: 05, 49 and 35. RGB value is (5,73,53). Sum of RGB (Red+Green+Blue) = 5+73+53=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #054935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054935 is #FAB6CA. Grayscale: #323232. Windows color (decimal): -16430795 or 3492101. OLE color: 3492101.

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

Color convert

RGB 5 73 53 -
CMYK 0.93 0 0.27 0.71
HSL 162.35º 0.87% 0.15% -
HSV(B) 162.35º 0.93% 0.29% -
XYZ 3.09 5.05 4.18 -
YUV 50.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 5 73 53 0.93 0 0.27 0.71 162.35 0.87 0.15
Hex 5 49 35 5D 0 1B 47 A2 57 F
Octal 5 111 65 135 0 33 107 242 127 17
Binary 101 1001001 110101 1011101 0 11011 1000111 10100010 1010111 1111

Color Harmonies of #054935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054935

Black with #054935

Text Example


Text Example

White with #054935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054935; }

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

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

background-color css

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

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

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

border-color css

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

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

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