#045431

Color #045431 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #045431

Tints of British Racing Green #045431

Color information

#045431 (or 0x045431) is unknown color: approx British Racing Green. HEX triplet: 04, 54 and 31. RGB value is (4,84,49). Sum of RGB (Red+Green+Blue) = 4+84+49=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #045431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045431 is #FBABCE. Grayscale: #383838. Windows color (decimal): -16493519 or 3232772. OLE color: 3232772.

HSL color Cylindrical-coordinate representation of color #045431: hue angle of 153.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045431 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB48449-
CMYK0.9500.420.67
HSL153.75º90.91%17.25%-
HSV(B)153.75º95.24%32.94%-
XYZ3.776.593.98-
YUV56.0912490.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 84 (33.20% from 255) = 61.31%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=2.92%
G=61.31%
B=35.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484490.9500.420.67153.7590.9117.25
Hex454315F02A439a5b11
Octal41246113705210323213321
Binary100101010011000110111110101010100001110011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045431; }

 p { color: rgb(4,84,49); }

 H1.HeaderClassName
 {
   color: #045431;
 }
 .AnyTagClassName
 {
   color: #045431;
 }
</style>
background-color css

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

 a { background-color: rgb(4,84,49); }

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

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

 span { border-color: rgb(4,84,49); }

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