Html Css Color HEX #054524 British Racing Green

📋 copy color: '#054524'

red 5 ◦ green 69 ◦ blue 36

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

Shades of British Racing Green #054524

Tints of British Racing Green #054524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 4.55%
G = 62.73%
B = 32.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#054524 (or 0x054524) is known color: British Racing Green. HEX triplet: 05, 45 and 24. RGB value is (5,69,36). Sum of RGB (Red+Green+Blue) = 5+69+36=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #054524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054524 is #FABADB. Grayscale: #2E2E2E. Windows color (decimal): -16431836 or 2376965. OLE color: 2376965.

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

Color convert

RGB 5 69 36 -
CMYK 0.93 0 0.48 0.73
HSL 149.06º 0.86% 0.15% -
HSV(B) 149.06º 0.93% 0.27% -
XYZ 2.51 4.42 2.39 -
YUV 46.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 5 69 36 0.93 0 0.48 0.73 149.06 0.86 0.15
Hex 5 45 24 5D 0 30 49 95 56 F
Octal 5 105 44 135 0 60 111 225 126 17
Binary 101 1000101 100100 1011101 0 110000 1001001 10010101 1010110 1111

Color Harmonies of #054524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054524

Black with #054524

Text Example


Text Example

White with #054524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054524; }

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

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

background-color css

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

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

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

border-color css

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

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

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