Html Css Color HEX #054E25 British Racing Green

📋 copy color: '#054E25'

red 5 ◦ green 78 ◦ blue 37

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

Shades of British Racing Green #054E25

Tints of British Racing Green #054E25

RGB

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

 GREEN value IS 78 (30.86% from 255) = 65%

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

R = 4.17%
G = 65%
B = 30.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#054E25 (or 0x054E25) is known color: British Racing Green. HEX triplet: 05, 4E and 25. RGB value is (5,78,37). Sum of RGB (Red+Green+Blue) = 5+78+37=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #054E25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054E25 is #FAB1DA. Grayscale: #333333. Windows color (decimal): -16429531 or 2444805. OLE color: 2444805.

HSL color Cylindrical-coordinate representation of color #054E25: hue angle of 146.3º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054E25 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB 5 78 37 -
CMYK 0.94 0 0.53 0.69
HSL 146.3º 0.88% 0.16% -
HSV(B) 146.3º 0.94% 0.31% -
XYZ 3.12 5.61 2.67 -
YUV 51.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 5 78 37 0.94 0 0.53 0.69 146.3 0.88 0.16
Hex 5 4E 25 5E 0 35 45 92 58 10
Octal 5 116 45 136 0 65 105 222 130 20
Binary 101 1001110 100101 1011110 0 110101 1000101 10010010 1011000 10000

Color Harmonies of #054E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054E25

Black with #054E25

Text Example


Text Example

White with #054E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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