Html Css Color HEX #045113 British Racing Green

📋 copy color: '#045113'

red 4 ◦ green 81 ◦ blue 19

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

Shades of British Racing Green #045113

Tints of British Racing Green #045113

RGB

 RED value IS 4 (1.95% from 255) = 3.85%

 GREEN value IS 81 (32.03% from 255) = 77.88%

 BLUE value IS 19 (7.81% from 255) = 18.27%

R = 3.85%
G = 77.88%
B = 18.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#045113 (or 0x045113) is known color: British Racing Green. HEX triplet: 04, 51 and 13. RGB value is (4,81,19). Sum of RGB (Red+Green+Blue) = 4+81+19=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 81 (32.03% from 255 or 77.88% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 81 - color contains mainly: green. Hex color #045113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045113 is #FBAEEC. Grayscale: #333333. Windows color (decimal): -16494317 or 1265924. OLE color: 1265924.

HSL color Cylindrical-coordinate representation of color #045113: hue angle of 131.69º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045113 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 81 19 -
CMYK 0.95 0 0.77 0.68
HSL 131.69º 0.91% 0.17% -
HSV(B) 131.69º 0.95% 0.32% -
XYZ 3.11 5.96 1.6 -
YUV 50.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 4 81 19 0.95 0 0.77 0.68 131.69 0.91 0.17
Hex 4 51 13 5F 0 4D 44 84 5B 11
Octal 4 121 23 137 0 115 104 204 133 21
Binary 100 1010001 10011 1011111 0 1001101 1000100 10000100 1011011 10001

Color Harmonies of #045113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045113

Black with #045113

Text Example


Text Example

White with #045113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045113; }

 p { color: rgb(4,81,19); }

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

background-color css

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

 a { background-color: rgb(4,81,19); }

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

border-color css

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

 span { border-color: rgb(4,81,19); }

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