Html Css Color HEX #054225 British Racing Green

📋 copy color: '#054225'

red 5 ◦ green 66 ◦ blue 37

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

Shades of British Racing Green #054225

Tints of British Racing Green #054225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 34.26%

R = 4.63%
G = 61.11%
B = 34.26%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#054225 (or 0x054225) is known color: British Racing Green. HEX triplet: 05, 42 and 25. RGB value is (5,66,37). Sum of RGB (Red+Green+Blue) = 5+66+37=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #054225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054225 is #FABDDA. Grayscale: #2C2C2C. Windows color (decimal): -16432603 or 2441733. OLE color: 2441733.

HSL color Cylindrical-coordinate representation of color #054225: hue angle of 151.48º 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 #054225 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 37 -
CMYK 0.92 0 0.44 0.74
HSL 151.48º 0.86% 0.14% -
HSV(B) 151.48º 0.92% 0.26% -
XYZ 2.34 4.06 2.41 -
YUV 44.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 5 66 37 0.92 0 0.44 0.74 151.48 0.86 0.14
Hex 5 42 25 5C 0 2C 4A 97 56 E
Octal 5 102 45 134 0 54 112 227 126 16
Binary 101 1000010 100101 1011100 0 101100 1001010 10010111 1010110 1110

Color Harmonies of #054225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054225

Black with #054225

Text Example


Text Example

White with #054225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054225; }

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

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

background-color css

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

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

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

border-color css

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

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

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