Html Css Color HEX #045116 British Racing Green

📋 copy color: '#045116'

red 4 ◦ green 81 ◦ blue 22

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

Shades of British Racing Green #045116

Tints of British Racing Green #045116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.56%

R = 3.74%
G = 75.7%
B = 20.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#045116 (or 0x045116) is known color: British Racing Green. HEX triplet: 04, 51 and 16. RGB value is (4,81,22). Sum of RGB (Red+Green+Blue) = 4+81+22=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 81 (32.03% from 255 or 75.70% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 81 - color contains mainly: green. Hex color #045116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045116 is #FBAEE9. Grayscale: #333333. Windows color (decimal): -16494314 or 1462532. OLE color: 1462532.

HSL color Cylindrical-coordinate representation of color #045116: hue angle of 134.03º 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 #045116 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 81 22 -
CMYK 0.95 0 0.73 0.68
HSL 134.03º 0.91% 0.17% -
HSV(B) 134.03º 0.95% 0.32% -
XYZ 3.14 5.97 1.75 -
YUV 51.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 4 81 22 0.95 0 0.73 0.68 134.03 0.91 0.17
Hex 4 51 16 5F 0 49 44 86 5B 11
Octal 4 121 26 137 0 111 104 206 133 21
Binary 100 1010001 10110 1011111 0 1001001 1000100 10000110 1011011 10001

Color Harmonies of #045116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045116

Black with #045116

Text Example


Text Example

White with #045116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045116; }

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

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

background-color css

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

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

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

border-color css

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

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

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