Html Css Color HEX #054521 British Racing Green

📋 copy color: '#054521'

red 5 ◦ green 69 ◦ blue 33

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

Shades of British Racing Green #054521

Tints of British Racing Green #054521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 64.49%

 BLUE value IS 33 (13.28% from 255) = 30.84%

R = 4.67%
G = 64.49%
B = 30.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#054521 (or 0x054521) is known color: British Racing Green. HEX triplet: 05, 45 and 21. RGB value is (5,69,33). Sum of RGB (Red+Green+Blue) = 5+69+33=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #054521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054521 is #FABADE. Grayscale: #2D2D2D. Windows color (decimal): -16431839 or 2180357. OLE color: 2180357.

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

Color convert

RGB 5 69 33 -
CMYK 0.93 0 0.52 0.73
HSL 146.25º 0.86% 0.15% -
HSV(B) 146.25º 0.93% 0.27% -
XYZ 2.47 4.4 2.16 -
YUV 45.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 5 69 33 0.93 0 0.52 0.73 146.25 0.86 0.15
Hex 5 45 21 5D 0 34 49 92 56 F
Octal 5 105 41 135 0 64 111 222 126 17
Binary 101 1000101 100001 1011101 0 110100 1001001 10010010 1010110 1111

Color Harmonies of #054521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054521

Black with #054521

Text Example


Text Example

White with #054521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054521; }

 p { color: rgb(5,69,33); }

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

background-color css

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

 a { background-color: rgb(5,69,33); }

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

border-color css

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

 span { border-color: rgb(5,69,33); }

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