Html Css Color HEX #054526 British Racing Green

📋 copy color: '#054526'

red 5 ◦ green 69 ◦ blue 38

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

Shades of British Racing Green #054526

Tints of British Racing Green #054526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.93%

R = 4.46%
G = 61.61%
B = 33.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#054526 (or 0x054526) is known color: British Racing Green. HEX triplet: 05, 45 and 26. RGB value is (5,69,38). Sum of RGB (Red+Green+Blue) = 5+69+38=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 69 (27.34% from 255 or 61.61% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 69 - color contains mainly: green. Hex color #054526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054526 is #FABAD9. Grayscale: #2E2E2E. Windows color (decimal): -16431834 or 2508037. OLE color: 2508037.

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

Color convert

RGB 5 69 38 -
CMYK 0.93 0 0.45 0.73
HSL 150.94º 0.86% 0.15% -
HSV(B) 150.94º 0.93% 0.27% -
XYZ 2.54 4.43 2.55 -
YUV 46.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 5 69 38 0.93 0 0.45 0.73 150.94 0.86 0.15
Hex 5 45 26 5D 0 2D 49 97 56 F
Octal 5 105 46 135 0 55 111 227 126 17
Binary 101 1000101 100110 1011101 0 101101 1001001 10010111 1010110 1111

Color Harmonies of #054526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054526

Black with #054526

Text Example


Text Example

White with #054526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054526; }

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

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

background-color css

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

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

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

border-color css

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

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

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