#074531

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

Shades of British Racing Green #074531

Tints of British Racing Green #074531

Color information

#074531 (or 0x074531) is unknown color: approx British Racing Green. HEX triplet: 07, 45 and 31. RGB value is (7,69,49). Sum of RGB (Red+Green+Blue) = 7+69+49=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #074531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074531 is #F8BACE. Grayscale: #303030. Windows color (decimal): -16300751 or 3228935. OLE color: 3228935.

HSL color Cylindrical-coordinate representation of color #074531: hue angle of 160.65º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074531 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB76949-
CMYK0.9000.290.73
HSL160.65º81.58%14.9%-
HSV(B)160.65º89.86%27.06%-
XYZ2.774.523.63-
YUV48.18128.4698.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 69 (27.34% from 255) = 55.2%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=5.6%
G=55.2%
B=39.2%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769490.9000.290.73160.6581.5814.9
Hex745315A01D49a152f
Octal71056113203511124112217
Binary1111000101110001101101001110110010011010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074531; }

 p { color: rgb(7,69,49); }

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

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

 a { background-color: rgb(7,69,49); }

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

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

 span { border-color: rgb(7,69,49); }

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