Html Css Color HEX #054429 British Racing Green

📋 copy color: '#054429'

red 5 ◦ green 68 ◦ blue 41

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

Shades of British Racing Green #054429

Tints of British Racing Green #054429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 59.65%

 BLUE value IS 41 (16.41% from 255) = 35.96%

R = 4.39%
G = 59.65%
B = 35.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#054429 (or 0x054429) is known color: British Racing Green. HEX triplet: 05, 44 and 29. RGB value is (5,68,41). Sum of RGB (Red+Green+Blue) = 5+68+41=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 68 (26.95% from 255 or 59.65% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 68 - color contains mainly: green. Hex color #054429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054429 is #FABBD6. Grayscale: #2E2E2E. Windows color (decimal): -16432087 or 2704389. OLE color: 2704389.

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

Color convert

RGB 5 68 41 -
CMYK 0.93 0 0.40 0.73
HSL 154.29º 0.86% 0.14% -
HSV(B) 154.29º 0.93% 0.27% -
XYZ 2.53 4.33 2.8 -
YUV 46.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 5 68 41 0.93 0 0.40 0.73 154.29 0.86 0.14
Hex 5 44 29 5D 0 28 49 9A 56 E
Octal 5 104 51 135 0 50 111 232 126 16
Binary 101 1000100 101001 1011101 0 101000 1001001 10011010 1010110 1110

Color Harmonies of #054429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054429

Black with #054429

Text Example


Text Example

White with #054429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054429; }

 p { color: rgb(5,68,41); }

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

background-color css

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

 a { background-color: rgb(5,68,41); }

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

border-color css

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

 span { border-color: rgb(5,68,41); }

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