Html Css Color HEX #045018 British Racing Green

📋 copy color: '#045018'

red 4 ◦ green 80 ◦ blue 24

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

Shades of British Racing Green #045018

Tints of British Racing Green #045018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 74.07%

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

R = 3.7%
G = 74.07%
B = 22.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#045018 (or 0x045018) is known color: British Racing Green. HEX triplet: 04, 50 and 18. RGB value is (4,80,24). Sum of RGB (Red+Green+Blue) = 4+80+24=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 80 (31.64% from 255 or 74.07% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 80 - color contains mainly: green. Hex color #045018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045018 is #FBAFE7. Grayscale: #333333. Windows color (decimal): -16494568 or 1593348. OLE color: 1593348.

HSL color Cylindrical-coordinate representation of color #045018: hue angle of 135.79º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045018 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 24 -
CMYK 0.95 0 0.70 0.69
HSL 135.79º 0.9% 0.16% -
HSV(B) 135.79º 0.95% 0.31% -
XYZ 3.08 5.83 1.83 -
YUV 50.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 4 80 24 0.95 0 0.70 0.69 135.79 0.9 0.16
Hex 4 50 18 5F 0 46 45 88 5A 10
Octal 4 120 30 137 0 106 105 210 132 20
Binary 100 1010000 11000 1011111 0 1000110 1000101 10001000 1011010 10000

Color Harmonies of #045018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045018

Black with #045018

Text Example


Text Example

White with #045018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045018; }

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

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

background-color css

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

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

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

border-color css

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

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

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