Html Css Color HEX #054821 British Racing Green

📋 copy color: '#054821'

red 5 ◦ green 72 ◦ blue 33

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

Shades of British Racing Green #054821

Tints of British Racing Green #054821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 65.45%

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

R = 4.55%
G = 65.45%
B = 30%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#054821 (or 0x054821) is known color: British Racing Green. HEX triplet: 05, 48 and 21. RGB value is (5,72,33). Sum of RGB (Red+Green+Blue) = 5+72+33=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 72 (28.52% from 255 or 65.45% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 72 - color contains mainly: green. Hex color #054821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054821 is #FAB7DE. Grayscale: #2F2F2F. Windows color (decimal): -16431071 or 2181125. OLE color: 2181125.

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

Color convert

RGB 5 72 33 -
CMYK 0.93 0 0.54 0.72
HSL 145.07º 0.87% 0.15% -
HSV(B) 145.07º 0.93% 0.28% -
XYZ 2.65 4.78 2.22 -
YUV 47.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 5 72 33 0.93 0 0.54 0.72 145.07 0.87 0.15
Hex 5 48 21 5D 0 36 48 91 57 F
Octal 5 110 41 135 0 66 110 221 127 17
Binary 101 1001000 100001 1011101 0 110110 1001000 10010001 1010111 1111

Color Harmonies of #054821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054821

Black with #054821

Text Example


Text Example

White with #054821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054821; }

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

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

background-color css

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

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

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

border-color css

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

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

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