Html Css Color HEX #054227 British Racing Green

📋 copy color: '#054227'

red 5 ◦ green 66 ◦ blue 39

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

Shades of British Racing Green #054227

Tints of British Racing Green #054227

RGB

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

 GREEN value IS 66 (26.17% from 255) = 60%

 BLUE value IS 39 (15.63% from 255) = 35.45%

R = 4.55%
G = 60%
B = 35.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#054227 (or 0x054227) is known color: British Racing Green. HEX triplet: 05, 42 and 27. RGB value is (5,66,39). Sum of RGB (Red+Green+Blue) = 5+66+39=110 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.55% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #054227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054227 is #FABDD8. Grayscale: #2C2C2C. Windows color (decimal): -16432601 or 2572805. OLE color: 2572805.

HSL color Cylindrical-coordinate representation of color #054227: hue angle of 153.44º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054227 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 39 -
CMYK 0.92 0 0.41 0.74
HSL 153.44º 0.86% 0.14% -
HSV(B) 153.44º 0.92% 0.26% -
XYZ 2.38 4.08 2.58 -
YUV 44.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 5 66 39 0.92 0 0.41 0.74 153.44 0.86 0.14
Hex 5 42 27 5C 0 29 4A 99 56 E
Octal 5 102 47 134 0 51 112 231 126 16
Binary 101 1000010 100111 1011100 0 101001 1001010 10011001 1010110 1110

Color Harmonies of #054227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054227

Black with #054227

Text Example


Text Example

White with #054227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054227; }

 p { color: rgb(5,66,39); }

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

background-color css

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

 a { background-color: rgb(5,66,39); }

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

border-color css

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

 span { border-color: rgb(5,66,39); }

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