Html Css Color HEX #045128 British Racing Green

📋 copy color: '#045128'

red 4 ◦ green 81 ◦ blue 40

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

Shades of British Racing Green #045128

Tints of British Racing Green #045128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32%

R = 3.2%
G = 64.8%
B = 32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#045128 (or 0x045128) is known color: British Racing Green. HEX triplet: 04, 51 and 28. RGB value is (4,81,40). Sum of RGB (Red+Green+Blue) = 4+81+40=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #045128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045128 is #FBAED7. Grayscale: #353535. Windows color (decimal): -16494296 or 2642180. OLE color: 2642180.

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

Color convert

RGB 4 81 40 -
CMYK 0.95 0 0.51 0.68
HSL 148.05º 0.91% 0.17% -
HSV(B) 148.05º 0.95% 0.32% -
XYZ 3.38 6.06 3 -
YUV 53.3 120.49 92.83 -
System Red Green Blue C M Y K H S L
Decimal 4 81 40 0.95 0 0.51 0.68 148.05 0.91 0.17
Hex 4 51 28 5F 0 33 44 94 5B 11
Octal 4 121 50 137 0 63 104 224 133 21
Binary 100 1010001 101000 1011111 0 110011 1000100 10010100 1011011 10001

Color Harmonies of #045128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045128

Black with #045128

Text Example


Text Example

White with #045128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045128; }

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

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

background-color css

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

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

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

border-color css

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

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

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