Html Css Color HEX #054825 British Racing Green

📋 copy color: '#054825'

red 5 ◦ green 72 ◦ blue 37

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

Shades of British Racing Green #054825

Tints of British Racing Green #054825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 63.16%

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

R = 4.39%
G = 63.16%
B = 32.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#054825 (or 0x054825) is known color: British Racing Green. HEX triplet: 05, 48 and 25. RGB value is (5,72,37). Sum of RGB (Red+Green+Blue) = 5+72+37=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #054825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054825 is #FAB7DA. Grayscale: #303030. Windows color (decimal): -16431067 or 2443269. OLE color: 2443269.

HSL color Cylindrical-coordinate representation of color #054825: hue angle of 148.66º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054825 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 37 -
CMYK 0.93 0 0.49 0.72
HSL 148.66º 0.87% 0.15% -
HSV(B) 148.66º 0.93% 0.28% -
XYZ 2.71 4.8 2.53 -
YUV 47.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 5 72 37 0.93 0 0.49 0.72 148.66 0.87 0.15
Hex 5 48 25 5D 0 31 48 95 57 F
Octal 5 110 45 135 0 61 110 225 127 17
Binary 101 1001000 100101 1011101 0 110001 1001000 10010101 1010111 1111

Color Harmonies of #054825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054825

Black with #054825

Text Example


Text Example

White with #054825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054825; }

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

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

background-color css

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

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

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

border-color css

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

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

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