Html Css Color HEX #045118 British Racing Green

📋 copy color: '#045118'

red 4 ◦ green 81 ◦ blue 24

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

Shades of British Racing Green #045118

Tints of British Racing Green #045118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 22.02%

R = 3.67%
G = 74.31%
B = 22.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#045118 (or 0x045118) is known color: British Racing Green. HEX triplet: 04, 51 and 18. RGB value is (4,81,24). Sum of RGB (Red+Green+Blue) = 4+81+24=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 81 (32.03% from 255 or 74.31% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 81 - color contains mainly: green. Hex color #045118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045118 is #FBAEE7. Grayscale: #333333. Windows color (decimal): -16494312 or 1593604. OLE color: 1593604.

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

Color convert

RGB 4 81 24 -
CMYK 0.95 0 0.70 0.68
HSL 135.58º 0.91% 0.17% -
HSV(B) 135.58º 0.95% 0.32% -
XYZ 3.16 5.98 1.85 -
YUV 51.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 4 81 24 0.95 0 0.70 0.68 135.58 0.91 0.17
Hex 4 51 18 5F 0 46 44 88 5B 11
Octal 4 121 30 137 0 106 104 210 133 21
Binary 100 1010001 11000 1011111 0 1000110 1000100 10001000 1011011 10001

Color Harmonies of #045118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045118

Black with #045118

Text Example


Text Example

White with #045118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045118; }

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

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

background-color css

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

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

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

border-color css

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

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

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