Html Css Color HEX #045114 British Racing Green

📋 copy color: '#045114'

red 4 ◦ green 81 ◦ blue 20

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

Shades of British Racing Green #045114

Tints of British Racing Green #045114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.05%

R = 3.81%
G = 77.14%
B = 19.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#045114 (or 0x045114) is known color: British Racing Green. HEX triplet: 04, 51 and 14. RGB value is (4,81,20). Sum of RGB (Red+Green+Blue) = 4+81+20=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 81 (32.03% from 255 or 77.14% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 81 - color contains mainly: green. Hex color #045114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045114 is #FBAEEB. Grayscale: #333333. Windows color (decimal): -16494316 or 1331460. OLE color: 1331460.

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

Color convert

RGB 4 81 20 -
CMYK 0.95 0 0.75 0.68
HSL 132.47º 0.91% 0.17% -
HSV(B) 132.47º 0.95% 0.32% -
XYZ 3.12 5.96 1.65 -
YUV 51.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 4 81 20 0.95 0 0.75 0.68 132.47 0.91 0.17
Hex 4 51 14 5F 0 4B 44 84 5B 11
Octal 4 121 24 137 0 113 104 204 133 21
Binary 100 1010001 10100 1011111 0 1001011 1000100 10000100 1011011 10001

Color Harmonies of #045114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045114

Black with #045114

Text Example


Text Example

White with #045114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045114; }

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

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

background-color css

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

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

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

border-color css

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

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

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