#074632

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

Shades of British Racing Green #074632

Tints of British Racing Green #074632

Color information

#074632 (or 0x074632) is unknown color: approx British Racing Green. HEX triplet: 07, 46 and 32. RGB value is (7,70,50). Sum of RGB (Red+Green+Blue) = 7+70+50=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #074632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074632 is #F8B9CD. Grayscale: #303030. Windows color (decimal): -16300494 or 3294727. OLE color: 3294727.

HSL color Cylindrical-coordinate representation of color #074632: hue angle of 160.95º 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 #074632 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB77050-
CMYK0.9000.290.73
HSL160.95º81.82%15.1%-
HSV(B)160.95º90%27.45%-
XYZ2.854.663.77-
YUV48.88128.6398.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.51%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 50 (19.92% from 255) = 39.37%
R=5.51%
G=55.12%
B=39.37%

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
Decimal770500.9000.290.73160.9581.8215.1
Hex746325A01D49a152f
Octal71066213203511124112217
Binary1111000110110010101101001110110010011010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074632; }

 p { color: rgb(7,70,50); }

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

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

 a { background-color: rgb(7,70,50); }

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

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

 span { border-color: rgb(7,70,50); }

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