Html Css Color HEX #045020 British Racing Green

📋 copy color: '#045020'

red 4 ◦ green 80 ◦ blue 32

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

Shades of British Racing Green #045020

Tints of British Racing Green #045020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 27.59%

R = 3.45%
G = 68.97%
B = 27.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#045020 (or 0x045020) is known color: British Racing Green. HEX triplet: 04, 50 and 20. RGB value is (4,80,32). Sum of RGB (Red+Green+Blue) = 4+80+32=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #045020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045020 is #FBAFDF. Grayscale: #333333. Windows color (decimal): -16494560 or 2117636. OLE color: 2117636.

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

Color convert

RGB 4 80 32 -
CMYK 0.95 0 0.60 0.69
HSL 142.11º 0.9% 0.16% -
HSV(B) 142.11º 0.95% 0.31% -
XYZ 3.18 5.87 2.33 -
YUV 51.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 4 80 32 0.95 0 0.60 0.69 142.11 0.9 0.16
Hex 4 50 20 5F 0 3C 45 8E 5A 10
Octal 4 120 40 137 0 74 105 216 132 20
Binary 100 1010000 100000 1011111 0 111100 1000101 10001110 1011010 10000

Color Harmonies of #045020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045020

Black with #045020

Text Example


Text Example

White with #045020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045020; }

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

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

background-color css

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

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

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

border-color css

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

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

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